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
| Member | Value | Description | 
| DocumentAlignmentBottomCenter | 9 | The page is aligned in the bottom center within the viewer. | 
| DocumentAlignmentBottomLeft | 7 | The page is aligned in the bottom left within the viewer. | 
| DocumentAlignmentBottomRight | 8 | The page is aligned in the bottom right within the viewer. | 
| DocumentAlignmentMiddleCenter | 2 | The page is aligned in the middle center within the viewer. The default value. | 
| DocumentAlignmentMiddleLeft | 0 | The page is aligned in the middle left within the viewer. | 
| DocumentAlignmentMiddleRight | 1 | The page is aligned in the middle right within the viewer. | 
| DocumentAlignmentTopCenter | 6 | The page is aligned in the top center within the viewer. | 
| DocumentAlignmentTopLeft | 4 | The page is aligned in the top left within the viewer. | 
| DocumentAlignmentTopRight | 5 | The page is aligned in the top right within the viewer. | 
 
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         GdPicture14.ViewerDocumentAlignment
 
            
            
            See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace