New to Telerik UI for WinFormsStart a free 30-day trial

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
In this article
DefinitionFieldsFlowFlowNoWrapPaged
Not finding the help you need?
Contact Support