DocumentViewType
Enum
Specifies the viewing mode hint for opening the document in a word processor, affecting the initial display layout.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Styles
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public enum DocumentViewType
Fields
Displays the master document view for managing subdocuments within a larger document structure.
C#
MasterPages = 3
No specific view type is suggested; the word processor uses its default view.
C#
None = 0
Displays a simplified draft view optimized for editing without page layout rendering.
C#
Normal = 4
Displays the document structure in outline format, emphasizing heading hierarchy.
C#
Outline = 2
Displays the document as it will appear when printed, with page boundaries and margins visible.
C#
PrintLayout = 1
Displays the document as a continuous web page without explicit page breaks.
C#
WebLayout = 5