The FIND_BARCODE_CANDIDATE_AREAS_OPTIONS structure provides options to be used in detecting the potential barcode areas.
typedef struct FIND_BARCODE_CANDIDATE_AREAS_OPTIONS
{
L_UINT uStructSize;
L_COLORREF BarcodeColor;
L_COLORREF BackgroundColor;
L_DOUBLE dMinimumQuietMargin;
L_DOUBLE dMinimumBarcodeDim;
L_DOUBLE dMaximumBarcodeDim;
L_INT nMinimumConfidence;
L_UINT uUnits;
L_UINT uFlags;
} FIND_BARCODE_CANDIDATE_AREAS_OPTIONS;
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
The color of the Barcode.
The color of the Background.
The minimum quiet margin area around the barcode candidate.
The minimum area for the barcode candidate in the user-defined units specified in uUnits
.
The maximum area for the barcode candidate in the user-defined specified in uUnits
.
The minimum confidence threshold for a barcode candidate.
The user-defined units of measurement for the barcode candidate area.
Value | Meaning |
---|---|
BARCODE_CANDIDATE_AREAS_USE_PIXELS | [0x00000001] Barcode candidate area measurement in pixels. |
BARCODE_CANDIDATE_AREAS_USE_INCHES | [0x00000002] Barcode candidate area measurement in inches. |
BARCODE_CANDIDATE_AREAS_USE_CENTIMETERS | [0x00000003] Barcode candidate area measurement in centimeters. |
Reserved for future use. Pass NULL or 0.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document