Specifies the horizontal alignment of the barcode within the target rectangle.
[Visual Basic] Public Enum BarcodeHorizontalAlignment [C#] public enum BarcodeHorizontalAlignment
| Member Name | Description |
|---|---|
| Left | Align the barcode to the left edge of the target rectangle. |
| Center | Horizontally center the barcode in the target rectangle. |
| Right | Align the barcode to the right edge of the target rectangle. |