Class PrintCompletedEventArgs
Provides data for the PrintCompleted event.
Inheritance
System.Object
PrintCompletedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class PrintCompletedEventArgs : EventArgs
Properties
PrintTaskCompletion
Gets the completion status of the print task.
Declaration
public PrintTaskCompletion PrintTaskCompletion { get; }
Property Value
Type | Description |
---|---|
Windows.Graphics.Printing.PrintTaskCompletion |