Gets or sets the mode how a document is displayed.
Introduced: X16.
public ViewMode ViewMode { get; set; }
Public Property ViewMode() As ViewMode
Member | Description |
---|---|
Floating |
The Text Control has a vertical scrollbar to enable unlimited text content. The maximum horizontal text extent is the horizontal size of the control. The values of the Page |
Normal | The Text Control has scrollbars and text is formatted according to the settings of the Page |
Page |
Text is formatted like in Normal view mode, and additionally the Text Control displays the pages in 3D view with gaps and a desktop background. Headers and footers are displayed in WYSIWYG mode. |
Simple |
Text is formatted according to the horizontal and vertical extent of the control. If the control is 'full', no further text can be inserted. |