TextAlignment
TextAlignment enum
Module: aspose_barcode.generation.text_alignment
Text alignment.
Enum Values
| Name | Value | Description |
|---|---|---|
| CENTER | 1 | Center position. |
| LEFT | 0 | Left position. |
| RIGHT | 2 | Right position. |
TextAlignment.CENTER
Type: int
Value: 1
Center position.
TextAlignment.LEFT
Type: int
Value: 0
Left position.
TextAlignment.RIGHT
Type: int
Value: 2
Right position.