Class TreeGridPdfExportExtension
Provides the extensions for exporting SfTreeGrid into PDF.
Inheritance
System.Object
TreeGridPdfExportExtension
Inherited Members
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)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.TreeGrid.Converter
Assembly: Syncfusion.SfGridConverter.WPF.dll
Syntax
public static class TreeGridPdfExportExtension
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 |