Link Search Menu Expand Document

BarcodeHorizontalAlignment Enumeration

Describes options for horizontal alignment of the barcode within the target rectangle.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public enum BarcodeHorizontalAlignment
Members
Member nameValueDescription
Left0 (0) Align the barcode to the left edge of the target rectangle.
Center1 (1) Horizontally center the barcode in the target rectangle.
Right2 (2) Align the barcode to the right edge of the target rectangle.
See Also

Reference