menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridPdfExportExtension - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved