In This Topic
GdPicture14 Namespace / ViewerZoomMode Enumeration

ViewerZoomMode Enumeration

In This Topic
Specifies the zoom mode used by the viewer to display the document.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum ViewerZoomMode 
   Inherits System.Enum
[ComVisible(true)]
public enum ViewerZoomMode : System.Enum 
public enum ViewerZoomMode = class(System.Enum)
ComVisibleAttribute()
public enum ViewerZoomMode extends System.Enum
[ComVisible(true)]
__value public enum ViewerZoomMode : public System.Enum 
[ComVisible(true)]
public enum class ViewerZoomMode : public System.Enum 
Members
MemberValueDescription
ZoomMode1001The zoom is set to display the 100% of the document. The default value.
ZoomModeCustom4The user-defined zoom mode specified by using the required zoom parameters.
ZoomModeFitToViewer2Fits the displayed document to the viewer while keeping the aspect ratio.
ZoomModeHeightViewer5The document is zoomed to fit the height of the viewer.
ZoomModeShrinkToViewerWidth7Shrinks the displayed document to the viewer width.
ZoomModeToViewer6The document is zoomed to fit the entire viewer area without keeping the aspect ratio.
ZoomModeWidthViewer3The document is zoomed to fit the width of the viewer.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.ViewerZoomMode

See Also