Skip to main content

BackstagePrintPreview.ZoomFactor Property

Specifies the current document zoom factor. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public double ZoomFactor { get; set; }

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