ZoomFitModeItem.ZoomFitMode Property
Gets the zoom fit mode of ZoomFitModeItem.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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