Specifies the vertical alignment of the barcode within the target rectangle.
[Visual Basic] Public Enum BarcodeVerticalAlignment [C#] public enum BarcodeVerticalAlignment
| Member Name | Description |
|---|---|
| Top | Align the barcode to the top edge of the target rectangle. |
| Middle | Vertically center the barcode in the target rectangle. |
| Bottom | Align the barcode to the bottom edge of the target rectangle. |