In This Topic
GdPicture14 Namespace / ViewerDocumentPosition Enumeration

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
MemberValueDescription
DocumentPositionBottomCenter9The page is displayed in the bottom center of the viewer.
DocumentPositionBottomLeft7The page is displayed in the bottom left of the viewer.
DocumentPositionBottomRight8The page is displayed in the bottom right of the viewer.
DocumentPositionMiddleCenter2The page is displayed in the middle center of the viewer. The default value.
DocumentPositionMiddleLeft0The page is displayed in the middle left of the viewer.
DocumentPositionMiddleRight1The page is displayed in the middle right of the viewer.
DocumentPositionTopCenter6The page is displayed in the top center of the viewer.
DocumentPositionTopLeft4The page is displayed in the top left of the viewer.
DocumentPositionTopRight5The page is displayed in the top right of the viewer.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.ViewerDocumentPosition

See Also