Class PDFExportedEventArgs
Provides data for the Exported event.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class PDFExportedEventArgs : SyncfusionEventArgs
Constructors
PDFExportedEventArgs(PdfDocument)
Initializes a new instance of the PDFExportedEventArgs class.
Declaration
public PDFExportedEventArgs(PdfDocument document)
Parameters
Type | Name | Description |
---|---|---|
PdfDocument | document | PDF document exported |
Properties
PdfDocument
Gets the current PdfDocument to be exported.
Declaration
public PdfDocument PdfDocument { get; }
Property Value
Type |
---|
PdfDocument |