Class PdfExportedEventArgs
Provides information about the PdfExported event.
Inheritance
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.