Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public enum DocumentLayoutMode
Fields
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.
C#
Flow = 0
Similar to the Flow. The text is not wrapped in the visible boundaries.
C#
FlowNoWrap = 1
The document content is visualized in separate pages.
C#
Paged = 2