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