Enum AlignVert
Defines vertical alignment options for objects within a PDF document, see example Object Alignment.
public enum AlignVert
Fields
BBoxBottom = 3Aligns the object to the bottom boundary of the bounding box.
BBoxCenter = 4Centers the object vertically in relation to the bounding box.
BBoxTop = 5Aligns the object to the top boundary of the bounding box.
Bottom = 0Aligns the object to the bottom boundary.
Center = 1Centers the object vertically.
None = 6Indicates no vertical alignment should be applied.
Top = 2Aligns the object to the top boundary.