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