BarcodeTextAlign Property

Returns or sets the position of the bar code text (human readable) in relation to the bar code.

Syntax

object.BarcodeTextAlign [=Value]

Data Type

BarcodeTextAlign Enumeration

The following settings are available:

Constant Value Description
TopLeft 0 Displays the readable text at top, left.
TopCenter 1 Displays the readable text at top, center.
TopRight 2 Displays the readable text at top, right.
TopExpand 3 Displays the readable text at top, and letter-spacing is adjusted so that the text falls flush with both margins.
BottomLeft 4 Displays the readable text at bottom, left.
BottomCenter 5 Displays the readable text at bottom, center.
BottomRight 6 Displays the readable text at bottom, right.
BottomExpand 7 Displays the readable text at bottom, and letter-spacing is adjusted so that the text falls flush with both margins.