In This Topic
GdPicture14 Namespace / ViewerDocumentAlignment Enumeration

ViewerDocumentAlignment Enumeration

In This Topic
Specifies the page alignment within the viewer, when the area of the viewer is smaller than the displayed document.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum ViewerDocumentAlignment 
   Inherits System.Enum
[ComVisible(true)]
public enum ViewerDocumentAlignment : System.Enum 
public enum ViewerDocumentAlignment = class(System.Enum)
ComVisibleAttribute()
public enum ViewerDocumentAlignment extends System.Enum
[ComVisible(true)]
__value public enum ViewerDocumentAlignment : public System.Enum 
[ComVisible(true)]
public enum class ViewerDocumentAlignment : public System.Enum 
Members
MemberValueDescription
DocumentAlignmentBottomCenter9The page is aligned in the bottom center within the viewer.
DocumentAlignmentBottomLeft7The page is aligned in the bottom left within the viewer.
DocumentAlignmentBottomRight8The page is aligned in the bottom right within the viewer.
DocumentAlignmentMiddleCenter2The page is aligned in the middle center within the viewer. The default value.
DocumentAlignmentMiddleLeft0The page is aligned in the middle left within the viewer.
DocumentAlignmentMiddleRight1The page is aligned in the middle right within the viewer.
DocumentAlignmentTopCenter6The page is aligned in the top center within the viewer.
DocumentAlignmentTopLeft4The page is aligned in the top left within the viewer.
DocumentAlignmentTopRight5The page is aligned in the top right within the viewer.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.ViewerDocumentAlignment

See Also