GdPicture.NET.14
GdPicture14 Namespace / PrintAlignment Enumeration





In This Topic
PrintAlignment Enumeration
In This Topic
Specifies the image alignment within the page during a print process.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum PrintAlignment 
   Inherits System.Enum
[ComVisible(true)]
public enum PrintAlignment : System.Enum 
public enum PrintAlignment = class(System.Enum)
ComVisibleAttribute()
public enum PrintAlignment extends System.Enum
[ComVisible(true)]
__value public enum PrintAlignment : public System.Enum 
[ComVisible(true)]
public enum class PrintAlignment : public System.Enum 
Members
MemberValueDescription
PrintAlignmentBottomCenter9The image is aligned in the bottom center of the page.
PrintAlignmentBottomLeft7The image is aligned in the bottom left of the page.
PrintAlignmentBottomRight8The image is aligned in the bottom right of the page.
PrintAlignmentDefault3The image is aligned as it is. The default value.
PrintAlignmentMiddleCenter2The image is aligned in the middle center of the page.
PrintAlignmentMiddleLeft0The image is aligned in the middle left of the page.
PrintAlignmentMiddleRight1The image is aligned in the middle right of the page.
PrintAlignmentTopCenter6The image is aligned in the top center of the page.
PrintAlignmentTopLeft4The image is aligned in the top left of the page.
PrintAlignmentTopRight5The image is aligned in the top right of the page.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PrintAlignment

See Also