Class SfPdfViewerPrintTaskRequestedEventArgs
Provides data for the SfPdfViewerControl.PrintTaskRequest event.
Inheritance
System.Object
SfPdfViewerPrintTaskRequestedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class SfPdfViewerPrintTaskRequestedEventArgs : EventArgs
Properties
PrintDocumentSource
Gets a document source reference for the PrintDocumentSource of SfPdfViewerControl.
Declaration
public IPrintDocumentSource PrintDocumentSource { get; }
Property Value
Type | Description |
---|---|
Windows.Graphics.Printing.IPrintDocumentSource |
PrintTask
Gets or sets the
Declaration
public PrintTask PrintTask { get; set; }
Property Value
Type | Description |
---|---|
Windows.Graphics.Printing.PrintTask |
Request
Declaration
public PrintTaskRequest Request { get; }
Property Value
Type | Description |
---|---|
Windows.Graphics.Printing.PrintTaskRequest |