Enum AlignHor
Defines horizontal alignment options for objects within a PDF document, see example Object Alignment.
public enum AlignHor
Fields
BBoxCenter = 4
Centers the object horizontally in relation to the bounding box.
BBoxLeft = 3
Aligns the object to the left boundary of the bounding box.
BBoxRight = 5
Aligns the object to the right boundary of the bounding box.
Center = 1
Centers the object horizontally.
Left = 0
Aligns the object to the left boundary.
None = 6
Indicates no horizontal alignment should be applied.
Right = 2
Aligns the object to the right boundary.