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

PreviewModelBase.ZoomMode Property

Specifies the zooming mode that is applied to a report document.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public ZoomItemBase ZoomMode { get; set; }

Property Value

Type Description
ZoomItemBase

A ZoomItemBase descendant.

Implements

See Also