[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ViewType

ViewType Enum

Possible values for the view mode in application.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum ViewType
Public Enum ViewType

Fields

Name Description
MasterPages

Master Document View.

None

Default View. Specifies that the document shall be rendered in the default view of the application.

Normal

Draft View. Specifies that the document shall be rendered in a view optimized for outlining or creating long documents.

Outline

Outline View. Specifies that the document shall be rendered in a view optimized for outlining or creating long documents.

Print

Print Layout View. Specifies that this document shall be opened in a view that displays the document as it prints.

Web

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.