Determines the horizontal alignment of the human readable text within the barcode symbol.
type
TTextAlignment = (taLeft, taCenter, taRight, taJustify, taLeftQuietZone, taCenterQuietZone, taRightQuietZone, taJustifyQuietZone, taCustom);
property TextAlignment: TTextAlignment;
Determines the horizontal alignment of the human readable text within the barcode symbol. This parameter can be one of these values:
Aligns the human readable text to the left within the barcode symbol. For the TBarcode_ITF6 and TBarcode_ITF14 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing aren't included when align the human readable text. See diagram:

Centers the human readable text horizontally within the barcode symbol. For the TBarcode_ITF6 and TBarcode_ITF14 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing aren't included when align the human readable text. See diagram:

Aligns the human readable text to the right within the barcode symbol. For the TBarcode_ITF6 and TBarcode_ITF14 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing aren't included when align the human readable text. See diagram:
Aligns the human readable text to both left and right within the barcode symbol. For the TBarcode_ITF6 and TBarcode_ITF14 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing aren't included when align the human readable text. See diagram:

Aligns the human readable text to the left within the barcode symbol. For the TBarcode_ITF6 and TBarcode_ITF14 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing are included when align the human readable text. See diagram:

Centers the human readable text horizontally within the barcode symbol. For the TBarcode_ITF6 and TBarcode_ITF14 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing are included when align the human readable text. See diagram:

Aligns the human readable text to the right within the barcode symbol. For the TBarcode_ITF6 and TBarcode_ITF14 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing are included when align the human readable text. See diagram:

Aligns the human readable text to both left and right within the barcode symbol. For the TBarcode_ITF6 and TBarcode_ITF14 barcode components, the width of left and right bearer bars (BearerWidth), the LeftSpacing, and the RightSpacing are included when align the human readable text. See diagram:

For the TBarcode_UPCA, TBarcode_UPCE, TBarcode_UPCE0, TBarcode_UPCE1, TBarcode_EAN2, TBarcode_EAN5, TBarcode_EAN8, and TBarcode_EAN13 barcode components, displays the human readable text as UPC/EAN standard format. For other barcode components, it is the same as using the taJustify. See diagram: