Class TreeGridPdfExportExtension
Provides the extensions for exporting SfTreeGrid into PDF.
Inheritance
System.Object
TreeGridPdfExportExtension
Namespace: Syncfusion.UI.Xaml.TreeGrid.Converter
Assembly: Syncfusion.SfGridConverter.UWP.dll
Syntax
public static class TreeGridPdfExportExtension : Object
Methods
ExportToPdf(SfTreeGrid, TreeGridPdfExportingOptions)
Exports the treeGrid to PdfGrid.
Declaration
public static PdfDocument ExportToPdf(this SfTreeGrid treeGrid, TreeGridPdfExportingOptions pdfExportingOptions)
Parameters
Type | Name | Description |
---|---|---|
SfTreeGrid | treeGrid | Specifies the SfDataGrid. |
TreeGridPdfExportingOptions | pdfExportingOptions | Specifies the instance of class TreeGridPdfExportingOptions |
Returns
Type | Description |
---|---|
PdfDocument | Returns the instance of class PdfDocument. |
ExportToPdfGrid(SfTreeGrid, TreeGridPdfExportingOptions)
Exports the treeGrid to PdfGrid.
Declaration
public static PdfGrid ExportToPdfGrid(this SfTreeGrid treeGrid, TreeGridPdfExportingOptions pdfExportingOptions)
Parameters
Type | Name | Description |
---|---|---|
SfTreeGrid | treeGrid | Specifies the SfTreeGrid. |
TreeGridPdfExportingOptions | pdfExportingOptions | Specifies the instance of class TreeGridPdfExportingOptions |
Returns
Type | Description |
---|---|
PdfGrid | Returns the instance of PdfGrid. |