Back to Devexpress

PageViewModes Enum

corelibraries-devexpress-dot-xtraprinting-37f9ef6c.md

latest1.1 KB
Original Source

PageViewModes Enum

Lists the available page view modes.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum PageViewModes
vb
Public Enum PageViewModes

Members

NameDescription
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

DevExpress.XtraPrinting Namespace