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