Class PDFExportingEventArgs
Provides data for the Exporting event.
Inherited Members
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class PDFExportingEventArgs : SyncfusionCancelEventArgs
Constructors
PDFExportingEventArgs(PdfDocument)
Initializes a new instance of the PDFExportingEventArgs class.
Declaration
public PDFExportingEventArgs(PdfDocument document)
Parameters
Type | Name | Description |
---|---|---|
PdfDocument | document | PDF document being export |
Properties
PdfDocument
Gets or sets the current PdfDocument to be exported.
Declaration
public PdfDocument PdfDocument { get; set; }
Property Value
Type |
---|
PdfDocument |