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