CVB.Net 14.0
ReadResult Class Reference

Common result components of a barcode read operation. More...

Inherited by ReadResult1D, and ReadResult2D.

Static Public Attributes

static readonly ReadResult None = new ReadResult()
 ReadResult structure that represents the situation where no result was found.
 

Properties

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).
 

Detailed Description

Common result components of a barcode read operation.