BarcodeHorizontalAlignment 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 horizontal 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 | |
---|---|---|---|
Left | 0 | (0) Align the barcode to the left edge of the target rectangle. | |
Center | 1 | (1) Horizontally center the barcode in the target rectangle. | |
Right | 2 | (2) Align the barcode to the right edge of the target rectangle. |
See Also