Barcode Xpress for Linux - API Reference > Barcode Component API Reference > Barcode Component Enumerations Reference > BX_InkColor |
Specifies the module color of a barcode.
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). |
Set this value appropriately to improve recognition accuracy and speed.
The default value is BX_InkColor_Black.