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

ScaleOptionsViewModel.ScaleFactor Property

Specifies the document’s scale factor.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v18.2.dll

Declaration

public float ScaleFactor { get; set; }

Property Value

Type Description
Single

A Single value specifying the current scale factor.

Remarks

This property is in effect if the ScaleOptionsViewModel.ScaleMode option is set to ScaleMode.AdjustToPercent.

See Also