DxPdfExportOptions.AutoFitPageCount Property
Specifies the number of horizontal/vertical pages that span the total width/height of a dashboard/dashboard item.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.1.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the number of horizontal/vertical pages that span the total width/height of a dashboard/dashboard item. |
Remarks
The AutoFitPageCount
property is in effect when the DocumentScaleMode property is set to AutoFitToPagesWidth
.
See Also