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