Skip to content

Commit c4fe957

Browse files
908232: Added PDF UG
1 parent ae3b3c1 commit c4fe957

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

blazor/gantt-chart/pdf-export.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ The following code demonstrates how to change the page size to A4 for the export
476476
}
477477
}
478478
```
479+
## Customize columns in exported PDF document
479480

480481
### How to export the Gantt chart with specific columns
481482

@@ -709,7 +710,9 @@ The following code demonstrates how to customize the columns and set their width
709710
}
710711
```
711712

712-
### Customizing taskbar appearance using event
713+
## Customizing taskbar appearance in exported PDF document
714+
715+
### Task appearance through event
713716

714717
The PDF export functionality allows you to customize taskbar appearance to a PDF document using the [PdfQueryTaskbarInfo](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttEvents-1.html#Syncfusion_Blazor_Gantt_GanttEvents_1_PdfQueryTaskbarInfo) event. This event provides the flexibility to customize and format the appearance of taskbars, including parent taskbars, individual taskbars, and milestone templates.
715718

@@ -796,7 +799,7 @@ The following sample code demonstrates how to use the `PdfQueryTaskbarInfo` even
796799
}
797800
```
798801

799-
### Customizing taskbar appearance using export property
802+
### Task appearance through property
800803

801804
The PDF export functionality allows you to customize taskbar appearance to a PDF document with customized colors using the `TaskbarColor` property in the `GanttPdfExportProperties` class. This property enables you to format various types of taskbars, including parent taskbars, child taskbars, milestones, critical paths, manual taskbars, and baselines.
802805

0 commit comments

Comments
 (0)