Skip to main content

PreviewModelBase.SetZoom(Double) Method

Applies the specified zoom factor value to a document.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public void SetZoom(
    double value
)

Parameters

Name Type Description
value Double

A Double value, specifying the document zoom factor.

Implements

See Also