BarcodeVerticalAlignment Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Describes options for vertical alignment of the barcode within the target rectangle.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Top | 0 | (0) Align the barcode to the top edge of the target rectangle. | |
Middle | 1 | (1) Vertically center the barcode in the target rectangle. | |
Bottom | 2 | (2) Align the barcode to the bottom edge of the target rectangle. |
See Also