Skip to main content
All docs
V23.2

DxPdfExportOptions.ScaleFactor Property

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

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public float ScaleFactor { get; set; }

Property Value

Type Description
Single

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

See Also