Class PdfHeaderFooterEventArgs
Provides data for the HeaderAndFooterExporting event.
Inheritance
System.Object
PdfHeaderFooterEventArgs
Namespace: Syncfusion.SfDataGrid.Exporting
Assembly: Syncfusion.SfGridConverter.iOS.dll
Syntax
public sealed class PdfHeaderFooterEventArgs : EventArgs
Constructors
PdfHeaderFooterEventArgs(SfDataGrid, PdfPage, PdfDocumentTemplate)
Initializes a new instance of the PdfHeaderFooterEventArgs class.
Declaration
public PdfHeaderFooterEventArgs(SfDataGrid dataGrid, PdfPage pdfPage, PdfDocumentTemplate pdfDocumentTemplate)
Parameters
Type | Name | Description |
---|---|---|
SfDataGrid | dataGrid | The reference of the SfDataGrid. |
PdfPage | pdfPage | The Pdfpage to be exported. |
PdfDocumentTemplate | pdfDocumentTemplate | The pdf document template to be exported. |
Fields
PdfPage
Gets the PdfPage to exported.
Declaration
public readonly PdfPage PdfPage
Field Value
Type |
---|
PdfPage |
Properties
PdfDocumentTemplate
Gets the template of exporting PDF document.
Declaration
public PdfDocumentTemplate PdfDocumentTemplate { get; }
Property Value
Type | Description |
---|---|
PdfDocumentTemplate | The template of exporting PDF document. |