Specifies view mode in Microsoft word.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum DocumentViewType
Public Enumeration DocumentViewType
public enum class DocumentViewType
type DocumentViewType

Members

MemberValueDescription
None0
Specifies that the document will be rendered in the default view of the application.
PrintLayout1
Everything that will appear in the printed document appears on the screen.
OutlineLayout3
Shows the headings and subheadings in the word document.
NormalLayout4
Document appears with a dotted line separating the pages and/or document sections. Columns, drawings, headers/footers, footnotes/endnotes, and comments do not appear.
WebLayout5
Designed to show the word document will look as a web page.

See Also