Class PrintStatus
Specifies to notify the status of the Printing.
Inheritance
System.Object
PrintStatus
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class PrintStatus : Enum
Fields
Cancelled
Specifies the Cancelled status of the printing.
Declaration
public const PrintStatus Cancelled
Field Value
Type |
---|
PrintStatus |
Completed
Specifies the completed status of the printing.
Declaration
public const PrintStatus Completed
Field Value
Type |
---|
PrintStatus |
DocumentPrepared
Specifies the completed status of the document preparation.
Declaration
public const PrintStatus DocumentPrepared
Field Value
Type |
---|
PrintStatus |
PagePrepared
Specifies the completed status of the page preparation.
Declaration
public const PrintStatus PagePrepared
Field Value
Type |
---|
PrintStatus |
Printing
Specifies the progress status of the printing.
Declaration
public const PrintStatus Printing
Field Value
Type |
---|
PrintStatus |
Started
Specifies the printing has been started.
Declaration
public const PrintStatus Started
Field Value
Type |
---|
PrintStatus |