Enum DocumentLayoutMode
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public enum DocumentLayoutMode
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.