You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > PrintAlignment Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
PrintAlignment Enumeration
C#
public enum PrintAlignment {
  PrintAlignmentMiddleLeft = 0,
  PrintAlignmentMiddleRight = 1,
  PrintAlignmentMiddleCenter = 2,
  PrintAlignmentDefault = 3,
  PrintAlignmentTopLeft = 4,
  PrintAlignmentTopRight = 5,
  PrintAlignmentTopCenter = 6,
  PrintAlignmentBottomLeft = 7,
  PrintAlignmentBottomRight = 8,
  PrintAlignmentBottomCenter = 9
}
Visual Basic
Public Enum PrintAlignment
  PrintAlignmentMiddleLeft = 0
  PrintAlignmentMiddleRight = 1
  PrintAlignmentMiddleCenter = 2
  PrintAlignmentDefault = 3
  PrintAlignmentTopLeft = 4
  PrintAlignmentTopRight = 5
  PrintAlignmentTopCenter = 6
  PrintAlignmentBottomLeft = 7
  PrintAlignmentBottomRight = 8
  PrintAlignmentBottomCenter = 9
End Enum

This is record PrintAlignment.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.