In This Article

LinearBarcodeValueAlignment Enum

Specifies the linear barcode display value alignment.

public enum LinearBarcodeValueAlignment

Fields

Name Description
Center

The value is displayed centered below the barcode.

CharactersAlignedWithBars

The characters in the value are centered under the bars that represent each character.

EanUpc

The characters are aligned to adhere with EAN/UPC specifications, which typically means the first and last characters are placed outside the bars, and the remaining characters are centered under the bars within guards.

Left

The value is displayed aligned to the left side below the barcode.

None

The value is not displayed.

Right

The value is displayed aligned to the right side below the barcode.