Skip to main content
All docs
V18.2

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.DashboardWeb.Scripts

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

Declaration

public float ScaleFactor { get; set; }

Property Value

Type Description
Single

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

Remarks

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

See Also