PageViewModes Enum
In This Article
Lists the available page view modes.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Zoom
|
The document is re-sized to fit the entire page within the Print Preview’s dimensions. |
Page
|
The document is re-sized to fit the page width into the Print Preview’s dimensions. |
Text
|
The document zooming is adjusted so as to fit the whole page width. |
Row
|
The document is re-sized to fit the specified number of page rows and columns. |
See Also