BackstagePrintPreview.ZoomFactor Property
Specifies the current document zoom factor. This is a dependency property.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
Double | A Double value specifying the document zoom factor. |
Remarks
This property is in effect if the BackstagePrintPreview.ZoomMode property is set to Custom.
See Also