Class PrintStatus
Specifies the outcome of a print operation initiated from the SfPdfViewer.
Inheritance
System.Object
PrintStatus
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public sealed class PrintStatus : Enum
Remarks
This enumeration is used by PrintDocumentCompletedEventArgs to indicate whether the print operation completed successfully or was cancelled by the user.
Fields
Cancelled
The print operation was cancelled, either by the user dismissing the print dialog or by the platform reporting that the job was not submitted.
Declaration
public const PrintStatus Cancelled
Field Value
| Type |
|---|
| PrintStatus |
Success
The print operation completed successfully and the document was submitted to the printer.
Declaration
public const PrintStatus Success
Field Value
| Type |
|---|
| PrintStatus |