Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ViewType Enumeration

In This Topic
    ViewType Enumeration
    In This Topic
    Possible values for the view mode in application.
    Syntax
    'Declaration
     
    Public Enum ViewType 
       Inherits System.Enum
    public enum ViewType : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.ViewType

    See Also