Enumerates the rules for horizontal alignment of floating box.
public enum BoxHorizontalAlignmentType
Members
| Member Name | Description | Value |
| None | No alignment type is used. This means the box is positioned using coordinates. | 0 |
| Left | Left alignment. | 1 |
| Center | Center alignment. | 2 |
| Right | Right alignment. | 3 |
Requirements
Namespace: Aspose.Pdf
Assembly: Aspose.Pdf (in Aspose.Pdf.dll)
See Also
Aspose.Pdf Namespace