Skip to main content
A newer version of this page is available. .

DashboardPdfExportOptions.AutoFitPageCount Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(1)]
public int AutoFitPageCount { get; set; }

Property Value

Type Default Description
Int32 1

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

Property Paths

You can access this nested property as listed below:

Remarks

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

See Also