In This Article

LinearBarCodeValueDisplayStyle Enum

Specifies the display style for the value of a LinearBarCodeSymbology.

public enum LinearBarCodeValueDisplayStyle

Fields

Name Description
Centered

The value is centered horizontally.

CharactersAlignedWithBars

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

LeftAligned

The value is left-aligned.

None

The value is not displayed.

QuietZoneExtension

The first and last characters are drawn in the lead/tail quiet zones and the remaining characters are centered under the encoded character runs. This is used for symbologies such as UPC-A.

QuietZoneExtensionLeft

The first character is drawn in the lead quiet zones and the remaining characters are centered under the encoded character runs. This is used for symbologies such as EIN-13.

RightAligned

The value is right-aligned.