WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportToPdfOptions - WPF API Reference | Syncfusion GridCellExportToPdfHandler ">

    Show / Hide Table of Contents

    Class ExportToPdfOptions

    Event Data Class of GridCellExportToPdfHandler

    Inheritance
    System.Object
    ExportToPdfOptions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid.Converter
    Assembly: Syncfusion.GridConverter.Wpf.dll
    Syntax
    public class ExportToPdfOptions

    Constructors

    ExportToPdfOptions()

    Declaration
    public ExportToPdfOptions()

    Fields

    ExcludeColumns

    Declaration
    public List<string> ExcludeColumns
    Field Value
    Type Description
    System.Collections.Generic.List<System.String>

    Properties

    AutoColumnWidth

    Determines whether the column widths should copied from Grid or Automatically set by the PdfGrid based on the cell Value.

    Declaration
    public bool AutoColumnWidth { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExportAddNewRow

    Determines whether the method should export AddNewRow or Not, Applicable for GridDataControl Only.

    Declaration
    public bool ExportAddNewRow { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExportFilterBar

    Determines whether the method should export FiletrBar or Not, Applicable for GridDataControl Only.

    Declaration
    public bool ExportFilterBar { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExportNestedGrid

    Determines whether the NestedGrid should be exported or Not.

    Declaration
    public bool ExportNestedGrid { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExportStyles

    Determines whether the styles should be exported or not.

    Declaration
    public bool ExportStyles { get; set; }
    Property Value
    Type Description
    System.Boolean

    IncludeHeaders

    Determines whether the headers should be exported or not.

    Declaration
    public bool IncludeHeaders { get; set; }
    Property Value
    Type Description
    System.Boolean

    PdfExportHandler

    Gets or Sets the delegate handler of type GridCellExportToPdfHandler.

    Declaration
    public GridCellExportToPdfHandler PdfExportHandler { get; set; }
    Property Value
    Type Description
    GridCellExportToPdfHandler

    RepeatHeaders

    Determines whether the headers shoule be exported to all pdf pages or not.

    Declaration
    public bool RepeatHeaders { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved