EnumDocumentLayoutMode
Enum
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public enum DocumentLayoutMode
Fields
Flow
The flow layout mode. Displays the page as the document would appear in a browser. The text is wrapped in the available width.
No paging is available in this mode, hence features related to paged documents are unavailable.
FlowNoWrap
Similar to the Flow. The text is not wrapped in the visible boundaries.
Paged
The document content is visualized in separate pages.