ViewType Enum
Lists values that specify the Rich Edit’s document view type.
#Declaration
export enum ViewType {
Simple = 0,
PrintLayout = 1
}
#Members
Name | Description |
---|---|
Print
|
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. |
#Remarks
Values listed by this enumeration are used to set the viewType property.