Class PdfViewerPrintTaskRequestedEventArgs
Provides data for the PrintTaskRequested event.
Inheritance
System.Object
PdfViewerPrintTaskRequestedEventArgs
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class PdfViewerPrintTaskRequestedEventArgs : EventArgs
Properties
PrintDocumentSource
Gets a document source reference for the PrintDocumentSource of SfPdfViewer.
Declaration
public object PrintDocumentSource { get; }
Property Value
Type |
---|
System.Object |
PrintTask
Gets or sets the
Declaration
public object PrintTask { get; set; }
Property Value
Type |
---|
System.Object |
Request
Declaration
public object Request { get; }
Property Value
Type |
---|
System.Object |