alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PdfExportedEventArgs

    Provides information about the PdfExported event.

    Inheritance
    object
    PdfExportedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfExportedEventArgs

    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
    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
    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 DateTime? RangeEnd { get; }
    Property Value
    Type Description
    DateTime?

    A 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 DateTime? RangeStart { get; }
    Property Value
    Type Description
    DateTime?

    A 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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved