Skip to main content

DashboardPrintingOptions.AutoFitPageCount Property

OBSOLETE

This property is obsolete now. Use the DashboardPrintPreviewOptions.AutoFitPageCount and DashboardPdfExportOptions.AutoFitPageCount properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Gets or sets the number of horizontal/vertical pages that span the total width/height of a dashboard (dashboard item).

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

[DefaultValue(1)]
[Obsolete("This property is obsolete now. Use the DashboardPrintPreviewOptions.AutoFitPageCount and DashboardPdfExportOptions.AutoFitPageCount properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public int AutoFitPageCount { get; set; }

Property Value

Type Default Description
Int32 1

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 DashboardPrintingOptions.ScaleMode property is set to DashboardPrintingScaleMode.AutoFitToPageWidth.

See Also