Enum GanttPdfExportScaleMode
Specifies the scaling modes for multipage PDF export in the Gantt Chart. Determines whether the Gantt chart content is scaled by a percentage or fitted to a specific number of pages.
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public enum GanttPdfExportScaleMode
Fields
| Name | Description |
|---|---|
| FitToPages | Compresses the Gantt chart content to fit within a specified number of pages defined by TotalPages. |
| Percentage | Scales the Gantt chart content proportionally using a percentage value defined by ScalePercentage. |