Barcode Xpress for Linux v13.9 - Updated
BX_InkColor
API Reference > Barcode Component API Reference > Barcode Component Enumerations Reference > BX_InkColor

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.

Is this page helpful?
Yes No
Thanks for your feedback.