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

BackstagePrintPreview.ZoomFactor Property

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

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.1.dll

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