Skip to main content
All docs
V18.2

DashboardPdfExportOptions.AutoFitPageCount Property

Gets or sets the number of horizontal/vertical pages spanning the total width/height of a dashboard/dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public int AutoFitPageCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the number of horizontal/vertical pages spanning the total width/height of a dashboard/dashboard item.

Remarks

The AutoFitPageCount property is in effect when the DashboardPdfExportOptions.ScaleMode property is set to DashboardExportScaleMode.AutoFitToPageWidth.

See Also