Enum
DocumentLayoutMode

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.

Declaration

cs-api-definition
Flow = 0

Field Value

DocumentLayoutMode

FlowNoWrap

Similar to the Flow. The text is not wrapped in the visible boundaries.

Declaration

cs-api-definition
FlowNoWrap = 1

Field Value

DocumentLayoutMode

Paged

The document content is visualized in separate pages.

Declaration

cs-api-definition
Paged = 2

Field Value

DocumentLayoutMode

In this article
DefinitionFieldsFlowFlowNoWrapPaged
Not finding the help you need?
Contact Support