BARCODE_CANDIDATE_AREAS

Summary

The BARCODE_CANDIDATE_AREAS structure contains the populated potential barcode areas.

Syntax

struct _tagBARCODE_CANDIDATE_AREAS 
{ 
   L_UINT uStructSize; 
   BARCODE_CANDIDATE_AREA * Areas; 
   L_INT AreasCount; 
typedef struct _tagBARCODE_CANDIDATE_AREAS BARCODE_CANDIDATE_AREAS; 

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

Areas

Pointer to a BARCODE_CANDIDATE_AREA structure to be updated with potential barcode areas.

AreasCount

Number of potential candidates.

Comments

Each potential candidate will have its own confidence.

Usage

Help Version 22.0.2023.7.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.