menu

Blazor

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

    Show / Hide Table of Contents

    Class GanttPdfExportProperties

    Represents the Pdf export customization options for Gantt chart Pdf export.

    Inheritance
    System.Object
    PdfExportPropertiesBase
    GanttPdfExportProperties
    Inherited Members
    PdfExportPropertiesBase.FileName
    PdfExportPropertiesBase.Footer
    PdfExportPropertiesBase.Header
    PdfExportPropertiesBase.IncludeHiddenColumn
    PdfExportPropertiesBase.IncludeTemplateColumn
    PdfExportPropertiesBase.PageOrientation
    PdfExportPropertiesBase.PageSize
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttPdfExportProperties : PdfExportPropertiesBase

    Constructors

    GanttPdfExportProperties()

    Declaration
    public GanttPdfExportProperties()

    Properties

    Columns

    Gets or sets the columns of the Gantt chart for Pdf export.

    Declaration
    public List<GanttColumn> Columns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GanttColumn>

    A list of GanttColumn representing the columns of the Gantt chart in the exported Pdf.

    Remarks

    Use this property to define the columns that will be drawn in the Gantt chart Pdf export. The columns should be specified in the order in which they should draw in the exported Pdf.

    Style

    Gets or sets the customization options for the appearance of the Pdf file.

    Declaration
    public PdfGanttStyle Style { get; set; }
    Property Value
    Type Description
    PdfGanttStyle

    An instance of PdfGanttStyle.

    Remarks

    Styling configurations can be provided such as fonts, background color, etc.,

    Theme

    Gets or sets the theme for the Gantt chart element in the Pdf export.

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

    One of the GanttPdfTheme enumeration represents the Gantt chart Pdf export theme. The default theme is Syncfusion.Blazor.Gantt.GanttPdfTheme.Fluent

    Remarks

    This theme property specifies the appearance of the Gantt chart in the Pdf document.

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