TXTextControl.ViewMode Property

Returns or sets the mode in which Text Control displays its text contents. See Technical Articles - Text Formatting and Views for more information.

Syntax

TXTextControl.ViewMode [= value]
Setting Description
0 - Normal View Do not display page borders, margins and gaps.
2 - Page View Displays a three-dimensional view of the document's pages.
3 - Floating Text (Default) The text is formatted depending on the control's window width. Invisible text can be displayed using a vertical scrollbar.
4 - Simple Control The text is formatted depending on the control's window width and height. There is no scroll interface to scroll to invisible text.

Data Types

Integer.

See Also