CVB.Net 14.0
ReadResultDataMatrix Class Reference

Read result for DataMatrix codes. More...

Inherits ReadResult2D.

Properties

GradeResultDataMatrix GradeResult [get, set]
 Grading result (null if grading was not active).
 
int EccLevel [get]
 ECC Level of the code.
 
PharmaCode2DDisposition Bar1 [get]
 Status of Bar 1 of a Pharmacode2D (if applicable).
 
PharmaCode2DDisposition Bar2 [get]
 Status of Bar 2 of a Pharmacode2D (if applicable).
 
PharmaCode2DDisposition Bar3 [get]
 Status of Bar 3 of a Pharmacode2D (if applicable).
 
PharmaCode2DDisposition Bar4 [get]
 Status of Bar 4 of a Pharmacode2D (if applicable).
 
PharmaCode2DDisposition Bar5 [get]
 Status of Bar 5 of a Pharmacode2D (if applicable).
 
PharmaCode2DDisposition Bar6 [get]
 Status of Bar 6 of a Pharmacode2D (if applicable).
 
PharmaCode2DDisposition Bar7 [get]
 Status of Bar 7 of a Pharmacode2D (if applicable).
 
PharmaCode2DDisposition Bar8 [get]
 Status of Bar 8 of a Pharmacode2D (if applicable).
 
int Bar1Contrast [get]
 Contrast of Bar 1 of a Pharmacode2D (if applicable).
 
int Bar2Contrast [get]
 Contrast of Bar 2 of a Pharmacode2D (if applicable).
 
int Bar3Contrast [get]
 Contrast of Bar 3 of a Pharmacode2D (if applicable).
 
int Bar4Contrast [get]
 Contrast of Bar 4 of a Pharmacode2D (if applicable).
 
int Bar5Contrast [get]
 Contrast of Bar 5 of a Pharmacode2D (if applicable).
 
int Bar6Contrast [get]
 Contrast of Bar 6 of a Pharmacode2D (if applicable).
 
int Bar7Contrast [get]
 Contrast of Bar 7 of a Pharmacode2D (if applicable).
 
int Bar8Contrast [get]
 Contrast of Bar 8 of a Pharmacode2D (if applicable).
 
- Properties inherited from ReadResult2D
int NumColumns [get]
 Number of columns in the code.
 
int NumRows [get]
 Number of rows in the code.
 
int UsedEcc [get]
 Amount of ECC information used for decoding (in %).
 
- Properties inherited from ReadResult
string Text [get]
 The text content of the barcode.
 
int CharactersRead [get]
 Number of characters that have been read.
 
TimeSpan DecodingTime [get]
 Number of milliseconds the decoding took.
 
int NumWords [get]
 Number of code words in the barcode (note: this is not necessarily the same as the number of characters that have been read!).
 
Symbology Type [get]
 The Symbology type of the result.
 
Point2Dd[] Location [get]
 Location of the Barcode inside the image.
 
double Resolution [get]
 Smallest width unit in the code in pixels. In case of SonyCodes this may either be the narrowest line or gap (whichever is smaller).
 
DecodeResult Result [get]
 Result of a read operation (note that read operations may partly succeed, which is not considered an error).
 

Additional Inherited Members

- Static Public Attributes inherited from ReadResult
static readonly ReadResult None = new ReadResult()
 ReadResult structure that represents the situation where no result was found.
 

Detailed Description

Read result for DataMatrix codes.