Class PrintQueueOption
Manage the printers and print jobs
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Shared.Printing
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class PrintQueueOption : NotificationObject, 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 |
---|
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 |
---|
System.Boolean |
PrintQueue
Gets or sets the printers and print jobs.
Declaration
public PrintQueue PrintQueue { get; set; }
Property Value
Type |
---|
System.Printing.PrintQueue |
Implements
System.ComponentModel.INotifyPropertyChanged