Skip to main content

DashboardPdfExportOptions.ScaleFactor Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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 exported document.

Property Paths

You can access this nested property as listed below:

Object Type Path to ScaleFactor
BeforeExportDocumentEventArgs
.PdfExportOptions .ScaleFactor
CustomExportBaseEventArgs
.PdfExportOptions .ScaleFactor
ASPxDashboard
.PdfExportOptions .ScaleFactor
BeforeExportDocumentWebEventArgs
.PdfExportOptions .ScaleFactor
CustomExportBaseWebEventArgs
.PdfExportOptions .ScaleFactor
DashboardExtensionSettings
.PdfExportOptions .ScaleFactor
DashboardDesigner
.PdfExportOptions .ScaleFactor
DashboardViewer
.PdfExportOptions .ScaleFactor
IDashboardControl
.PdfExportOptions .ScaleFactor
DashboardControl
.PdfExportOptions .ScaleFactor

Remarks

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

See Also