Barcode Xpress for Linux v13.9 - Updated
BX_analyze_file
API Reference > Barcode Component API Reference > Barcode Component Functions Reference > BX_analyze_file

Searches for barcodes in a bitmap file.

Declaration:

BX\_Status BX\_analyze\_file(const BX\_AnalyzeParameters\* params, const char\* filePath, BX\_AnalyzeResult\* result);

Values:

Name Description
params A pointer to the BX_AnalyzeParameters structure specifying the options for recognizing barcodes in an image.
filePath A string specifying the file 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.