Barcode Xpress for Linux v14.0 - Updated January 7, 2025
API Reference / Barcode Component API Reference / Barcode Component Enumerations Reference / BX_InkColor
In This Topic
BX_InkColor
In This Topic

Specifies the module color of a barcode.

Values:

Name Value Description
BX_InkColor_Unknown 0 Searches for barcodes with either black or white module ink color.
BX_InkColor_Black 1 Searches for barcodes with a black ink color (i.e. bars are black and spaces are white).
BX_InkColor_White 2 Searches for barcodes with a white ink color (i.e. bars are white and spaces are black).

Remarks:

Set this value appropriately to improve recognition accuracy and speed.
The default value is BX_InkColor_Black.