Skip to main content
All docs
V23.2

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.v23.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public int AutoFitPageCount { get; set; }

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