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

DashboardPrintPreviewOptions.ScaleFactor Property

Gets or sets the scale factor (in fractions of 1), by which a dashboard/dashboard item is scaled in the printed document.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(1F)]
public float ScaleFactor { get; set; }

Property Value

Type Default Description
Single 1

A Single value that specifies the scale factor, by which a dashboard/dashboard item is scaled in the printed document.

Property Paths

You can access this nested property as listed below:

Object Type Path to ScaleFactor
BeforeExportDocumentEventArgs
.PrintPreviewOptions.ScaleFactor
CustomExportBaseEventArgs
.PrintPreviewOptions.ScaleFactor
CustomExportEventArgs
.PrintPreviewOptions.ScaleFactor
CustomizeExportDocumentEventArgs
.PrintPreviewOptions.ScaleFactor
DashboardDesigner
.PrintPreviewOptions.ScaleFactor
DashboardViewer
.PrintPreviewOptions.ScaleFactor
DashboardControl
.PrintPreviewOptions.ScaleFactor

Remarks

The ScaleFactor property is in effect when the DashboardPrintPreviewOptions.DocumentScaleMode property is set to DashboardExportDocumentScaleMode.UseScaleFactor.

See Also