Class DocumentLayoutMode
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public sealed class DocumentLayoutMode : Enum
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
public const DocumentLayoutMode Flow
Field Value
DocumentLayoutMode
|
FlowNoWrap
Similar to the Flow. The text is not wrapped in the visible boundaries.
Declaration
public const DocumentLayoutMode FlowNoWrap
Field Value
DocumentLayoutMode
|
Paged
The document content is visualized in separate pages.
Declaration
public const DocumentLayoutMode Paged
Field Value
DocumentLayoutMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|