ViewerDocumentPosition Enumeration
In This Topic
Specifies the page position within the viewer, when the rendering area of the displayed document is smaller than viewer's area.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum ViewerDocumentPosition
Inherits System.Enum
[ComVisible(true)]
public enum ViewerDocumentPosition : System.Enum
public enum ViewerDocumentPosition = class(System.Enum)
ComVisibleAttribute()
public enum ViewerDocumentPosition extends System.Enum
[ComVisible(true)]
__value public enum ViewerDocumentPosition : public System.Enum
[ComVisible(true)]
public enum class ViewerDocumentPosition : public System.Enum
Members
| Member | Value | Description |
| DocumentPositionBottomCenter | 9 | The page is displayed in the bottom center of the viewer. |
| DocumentPositionBottomLeft | 7 | The page is displayed in the bottom left of the viewer. |
| DocumentPositionBottomRight | 8 | The page is displayed in the bottom right of the viewer. |
| DocumentPositionMiddleCenter | 2 | The page is displayed in the middle center of the viewer. The default value. |
| DocumentPositionMiddleLeft | 0 | The page is displayed in the middle left of the viewer. |
| DocumentPositionMiddleRight | 1 | The page is displayed in the middle right of the viewer. |
| DocumentPositionTopCenter | 6 | The page is displayed in the top center of the viewer. |
| DocumentPositionTopLeft | 4 | The page is displayed in the top left of the viewer. |
| DocumentPositionTopRight | 5 | The page is displayed in the top right of the viewer. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.ViewerDocumentPosition
See Also