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

ViewType Enum

Lists values that specify the Rich Edit’s document view type.

Declaration

export enum ViewType {
    Simple = 0,
    PrintLayout = 1
}

Members

Name Description
PrintLayout

The print layout mode. The control displays pages with applied format settings.

Simple

The simple layout mode. The control displays document as a website ignoring page layout.
In this mode, the control does not split a document into pages and ignores headers, footers, and page layout settings: margins, orientation, size, columns, and breaks.

Remarks

Values listed by this enumeration are used to set the viewType property.