Class PrintQueueOption
Manage the printers and print jobs
Inheritance
System.Object
PrintQueueOption
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.Controls.Printing
Assembly: Syncfusion.SfShared.Wpf.dll
Syntax
public class PrintQueueOption : INotifyPropertyChanged
Constructors
PrintQueueOption()
Declaration
public PrintQueueOption()
Properties
ImagePath
Gets or sets the value to the image path.
Declaration
public Path ImagePath { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Shapes.Path |
IsDefault
Gets or sets a value indicates whether a printer is default printer.
Declaration
public bool IsDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PrintQueue
Gets or sets the printers and print jobs.
Declaration
public PrintQueue PrintQueue { get; set; }
Property Value
Type | Description |
---|---|
System.Printing.PrintQueue |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged