[]
Possible values for the view mode in application.
public enum ViewType
MasterPages = 3
Master Document View.
None = 0
Default View. Specifies that the document shall be rendered in the default view of the application.
Normal = 4
Draft View. Specifies that the document shall be rendered in a view optimized for outlining or creating long documents.
Outline = 2
Outline View. Specifies that the document shall be rendered in a view optimized for outlining or creating long documents.
Print = 1
Print Layout View. Specifies that this document shall be opened in a view that displays the document as it prints.
Web = 5
Web Page View. Specifies that the document shall be rendered in a view mimicking the way this document would be displayed in a web page.