ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttPdfExportSettings - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttPdfExportSettings

    Inheritance
    System.Object
    GanttPdfExportSettings
    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.EJ.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class GanttPdfExportSettings

    Constructors

    GanttPdfExportSettings()

    Declaration
    public GanttPdfExportSettings()

    Properties

    EnableFooter

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

    EnableHeaderInAllPages

    Enable gantt header in every PDF page

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

    EnableWordWrap

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

    IncludeHiddenColumn

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

    IncludePredecessorLine

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

    IncludeTemplateColumn

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

    IsFitToWidth

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

    Locale

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

    PageOrientation

    Declaration
    public PdfPageOrientation PageOrientation { get; set; }
    Property Value
    Type Description
    PdfPageOrientation

    PdfDocumentTemplate

    Declaration
    public PdfDocumentTemplate PdfDocumentTemplate { get; set; }
    Property Value
    Type Description
    PdfDocumentTemplate

    PdfSectionTemplate

    Declaration
    public PdfSectionTemplate PdfSectionTemplate { get; set; }
    Property Value
    Type Description
    PdfSectionTemplate

    ProjectName

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

    Theme

    Declaration
    public GanttExportTheme Theme { get; set; }
    Property Value
    Type Description
    GanttExportTheme

    Unicode

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