Class DataGridPdfHeaderFooterEventArgs
Provides data for the header and footer exporting event.
Inheritance
System.Object
DataGridPdfHeaderFooterEventArgs
Namespace: Syncfusion.Maui.DataGrid.Exporting
Assembly: Syncfusion.Maui.DataGridExport.dll
Syntax
public sealed class DataGridPdfHeaderFooterEventArgs : EventArgs
Constructors
DataGridPdfHeaderFooterEventArgs(SfDataGrid, PdfPage, PdfDocumentTemplate)
Initializes a new instance of the PdfHeaderFooterEventArgs class.
Declaration
public DataGridPdfHeaderFooterEventArgs(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. |