BarcodeVerticalAlignment EnumerationByteScout Barcode SDK
Describes options for vertical 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 BarcodeVerticalAlignment
Members

  Member nameValueDescription
Top0 (0) Align the barcode to the top edge of the target rectangle.
Middle1 (1) Vertically center the barcode in the target rectangle.
Bottom2 (2) Align the barcode to the bottom edge of the target rectangle.
See Also

Reference