ScaleOptionsViewModel.ScaleFactor Property
Specifies the document’s scale factor.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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