Skip to content

Commit f1d2e27

Browse files
908232: Added PDF UG
1 parent fac6df6 commit f1d2e27

File tree

3 files changed

+38
-40
lines changed

3 files changed

+38
-40
lines changed

blazor/gantt-chart/events.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3875,10 +3875,9 @@ The events should be provided to the Gantt Chart using the GanttChartEvents comp
38753875
}
38763876
}
38773877
```
3878-
38793878
## PdfExporting
38803879

3881-
The [PdfExporting](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttEvents-1.html#Syncfusion_Blazor_Gantt_GanttEvents_1_PdfExporting) event triggers before the Gantt chart is exported to a PDF document. To cancel the export, set the `Cancel` argument to true within the `PdfExporting` event, using the `PdfExportEventArgs` class.
3880+
The [PdfExporting](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttEvents-1.html#Syncfusion_Blazor_Gantt_GanttEvents_1_PdfExporting) event triggers before the Gantt chart is exported to a PDF document. To cancel the export, set the [Cancel](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.PdfExportEventArgs.html#Syncfusion_Blazor_Gantt_PdfExportEventArgs_Cancel) argument to true within the `PdfExporting` event, which uses the [PdfExportEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.PdfExportEventArgs.html) class.
38823881

38833882
``` cshtml
38843883
@using Syncfusion.Blazor.Gantt
@@ -3952,7 +3951,7 @@ The [PdfExporting](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt
39523951

39533952
## PdfExported
39543953

3955-
The [PdfExported](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttEvents-1.html#Syncfusion_Blazor_Gantt_GanttEvents_1_PdfExported) event triggers after the Gantt chart is exported to a PDF document. Using event arguments, you can get the details of the exported columns, the timeline range of the exported Gantt chart, and the file name of the exported PDF document.
3954+
The [PdfExported](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttEvents-1.html#Syncfusion_Blazor_Gantt_GanttEvents_1_PdfExported) event is triggered after the Gantt chart has been exported to a PDF document. Through the event arguments, you can access details about the exported columns, the timeline range of the Gantt chart, and the file name of the exported PDF document.
39563955

39573956
``` cshtml
39583957
@using Syncfusion.Blazor.Gantt

0 commit comments

Comments
 (0)