Skip to main content
A newer version of this page is available. .

PageViewModes Enum

Lists the available page view modes.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public enum PageViewModes

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