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

ZoomFitModeItem.ZoomFitMode Property

Gets the zoom fit mode of ZoomFitModeItem.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public ZoomFitMode ZoomFitMode { get; }

Property Value

Type Description
ZoomFitMode

A ZoomFitMode enumeration value.

Available values:

Name Description
PageWidth

Zoom the document to fit the entire page width.

PageHeight

Zoom the document to fit the entire page height.

WholePage

Zoom the document to fit the entire page.

See Also