menu

Blazor

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

    Show / Hide Table of Contents

    Class PdfExportedEventArgs

    Provides information about the PdfExported event.

    Inheritance
    System.Object
    PdfExportedEventArgs
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfExportedEventArgs : Object

    Constructors

    PdfExportedEventArgs()

    Declaration
    public PdfExportedEventArgs()

    Properties

    Columns

    Gets the columns of the Gantt chart for Pdf export.

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

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

    FileName

    Gets the file name of the exported Gantt chart Pdf.

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

    A string representing the file name of the exported Gantt chart Pdf.

    Remarks

    This property defines the name of the Pdf file exported.

    RangeEnd

    Gets the end date of the date range for Pdf exporting Gantt chart.

    Declaration
    public Nullable<DateTime> RangeEnd { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    A System.DateTime representing the end date of the date range.

    Remarks

    This property defines the end of the chart timeline for exporting data to a Pdf document.

    RangeStart

    Gets the start date of the date range for Pdf exporting Gantt chart.

    Declaration
    public Nullable<DateTime> RangeStart { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    A System.DateTime representing the start date of the date range.

    Remarks

    This property defines the beginning of the chart timeline for exporting data to a Pdf document.

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