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
Member | Value | Description |
ZoomMode100 | 1 | The zoom is set to display the 100% of the document. The default value. |
ZoomModeCustom | 4 | The user-defined zoom mode specified by using the required zoom parameters. |
ZoomModeFitToViewer | 2 | Fits the displayed document to the viewer while keeping the aspect ratio. |
ZoomModeHeightViewer | 5 | The document is zoomed to fit the height of the viewer. |
ZoomModeShrinkToViewerWidth | 7 | Shrinks the displayed document to the viewer width. |
ZoomModeToViewer | 6 | The document is zoomed to fit the entire viewer area without keeping the aspect ratio. |
ZoomModeWidthViewer | 3 | The document is zoomed to fit the width of the viewer. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.ViewerZoomMode
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace