No description available.
The WIA_BARCODE_INFO structure stores information for one decoded barcode.
SizeThe total size of this structure, in bytes.
TypeThe barcode type. One of the WIA_IPS_SUPPORTED_BARCODE_TYPES values.
PageThe page number where the barcode was detected. A zero-based index referring to the current scan job.
ConfidenceThe confidence level. A value in the range from 0 (no confidence) to 10 (maximum confidence).
XOffsetThe horizontal coordinate, in pixels (relative to the scanned image), where the top-left origin of the barcode was detected. This value can be 0 if it is unknown.
YOffsetThe vertical coordinate, in pixels (relative to the scanned image), where the top-left origin of the barcode was detected. This value can be 0 if it is unknown.
RotationThe rotation of the barcode, in degrees. A value in the rage from 0 to 359. This value can be 0 if it is unknown.
LengthThe number of text characters in the character string containing the decoded barcode text, excluding the length of the NULL terminator.
TextPlaceholder for the character string containing the decoded barcode text (double byte characters, NULL terminated).