CVB.Net 14.1
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
ReadResult2D Class Reference

Read results for matrix codes. More...

Inherits ReadResult.

Inherited by ReadResultDataMatrix, ReadResultPdf417, and ReadResultQR.

Properties

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 results for matrix codes.