The CogIDResultDecoded type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DecodedString | The decoded data as a Unicode string.
| |
| IdentifierCode |
ISO/IEC 15424:2000 symbol identifier code character. A = Code 39,
C = Code 128, E = UPC/EAN, I = Interleaved 2 of 5, G = Code 93,
e = RSS, X = other bar codes.
| |
| IdentifierModifier |
ISO/IEC 15424:2000 symbol identifier modifier character. Useful in
uniquely identifying the symbology.
| |
| Mirrored |
The mirrored state of this symbol.
| |
| ProcessControlMetricsAIMDPM |
AIM-DPM process control metrics. This property will be
null if these metrics were not requested or could not be
computed. This property is only meaningfull for certain
DataMatrix or QRCode symbologies.
| |
| ProcessControlMetricsISO15415 |
ISO15415 process control metrics. This property will be
null if these metrics were not requested or could not be
computed. This property is only meaningfull for certain
DataMatrix or QRCode symbologies.
| |
| ProcessControlMetricsSEMIT10 |
SEMIT10 process control metrics. This property will be
null if these metrics were not requested or could not be
computed. This property is only meaningfull for certain
DataMatrix symbologies.
| |
| RawByteArray |
The decoded data as a raw array of bytes. No localization
is performed.
| |
| Symbology |
The type of this symbol. May be Interleaved 2 of 5, Code 39, Code 93,
Code128, UPC/EAN, 4-State, POSTNET, PLANET, DataBar, Composite
DataMatrix, QR code or EAN/UCC Composite.
| |
| SymbologySubtype |
The actual type of this symbol. Valid for UPC/EAN, DataBar and 4-State.
Always use with Symbology together to determine the actual type of the
decoded symbol. A Value 0 indicates that the symbology doesn't have
different types.
|
See Also