DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ZoomType Enumeration

ZoomType Enumeration
Possible values for how large or small the document appears on the screen in the application.
Syntax
'Declaration
 
Public Enum ZoomType 
   Inherits 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