Barcode Xpress for Linux v13.7 - Updated
BX_analyze_dib
API Reference > Barcode Component API Reference > Barcode Component Functions Reference > BX_analyze_dib

Searches for barcodes in an image.

Declaration:

BX\_Status BX\_analyze\_dib(const BX\_AnalyzeParameters\* params, const void\* dib, BX\_AnalyzeResult\* result);

Arguments:

Name Description
params A pointer to the BX_AnalyzeParameters structure specifying the options for recognizing barcodes in an image.
dib A pointer to a bitmap containing the image to analyze.
result A pointer to the BX_AnalyzeResult structure. The results of the barcodes found in the image will be placed into this structure.
Is this page helpful?
Yes No
Thanks for your feedback.