ClearImage COM Server Send comments on this topic.
Confidence Property
See Also 

Description

Barcode recognition confidence

Property type

Read-write property

Syntax

Visual Basic
Public Property Confidence() As Long

Remarks

The Confidence value is a diagnostic that is normally reported as: 
-1     indicates that confidence not measured because it was not applicable
 0     indicates failure to verify checksum or ECC.  Some codes contain a checksum/ECC inherently which is always checked.   For some other codes, such as Code39, there is an option to use (or not use) a checksum.
100  indicates successful recognition
1-99 indicate a value used for diagnostic purposes

See Also