Barcode Xpress for Linux - API Reference > Barcode Component API Reference > Barcode Component Enumerations Reference > BX_ShowTextInfo |
Specifies the valid values for showing text under the barcode.
BX_ShowTextInfo_None | 0 | No text is displayed. |
BX_ShowTextInfo_Value | 1 | Only the barcode value is displayed. |
BX_ShowTextInfo_ValueChecksum | 2 | The value and checksum are displayed. |
BX_ShowTextInfo_All | 3 | All possible text is displayed. |