menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfExportProperties - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfExportProperties

    Defines pdf export customization options.

    Inheritance
    System.Object
    PdfExportProperties
    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.EJ2.GridExport
    Assembly: Syncfusion.EJ2.GridExport.dll
    Syntax
    public class PdfExportProperties

    Constructors

    PdfExportProperties()

    Declaration
    public PdfExportProperties()

    Properties

    AllowHorizontalOverflow

    Defines the overflow of columns for the pdf grid

    Declaration
    public bool? AllowHorizontalOverflow { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    BeginCellLayout

    Defines pdf grid BeginCellLayout Event Handler.

    Declaration
    public PdfGridBeginCellLayoutEventHandler BeginCellLayout { get; set; }
    Property Value
    Type
    Syncfusion.Pdf.Grid.PdfGridBeginCellLayoutEventHandler

    ExportType

    Indicates to export current page or all page

    Declaration
    public ExportType ExportType { get; set; }
    Property Value
    Type
    ExportType

    FileName

    Defines the file name for the exported file

    Declaration
    public string FileName { get; set; }
    Property Value
    Type
    System.String

    IncludeHiddenColumn

    Indicates whether to show the hidden columns in exported Pdf

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

    IsRepeatHeader

    Enable/disbale the PDF header repeats every page

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

    PageOrientation

    Defines the Pdf orientation.

    Declaration
    public PdfPageOrientation PageOrientation { get; set; }
    Property Value
    Type
    Syncfusion.Pdf.PdfPageOrientation

    Theme

    Defines the theme for exported data.

    Declaration
    public PdfTheme Theme { get; set; }
    Property Value
    Type
    PdfTheme
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved