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

In This Topic
    ZoomType Enumeration
    In This Topic
    Possible values for how large or small the document appears on the screen in the application.
    Syntax
    'Declaration
     
    Public Enum ZoomType 
       Inherits System.Enum
    public enum ZoomType : System.Enum 
    Members
    MemberDescription
    BestFit Best fit the page to the current window.
    Fullpage View the full page.
    None Do not adjust the view settings for the page.
    TextFit Best fit the text of the page to the current window.
    Inheritance Hierarchy

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

    See Also