ZoomFitModeItem.ZoomFitMode Property
In This Article
Gets the zoom fit mode of ZoomFitModeItem.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public ZoomFitMode ZoomFitMode { get; }
#Property Value
Type | Description |
---|---|
Zoom |
A Zoom |
Available values:
Name | Description |
---|---|
Page |
Zoom the document to fit the entire page width. |
Page |
Zoom the document to fit the entire page height. |
Whole |
Zoom the document to fit the entire page. |
See Also