CVB.Net 14.0
ReadResult1D Class Reference

Read Result of a 1D code. More...

Inherits ReadResult.

Inherited by ReadResultCode128, ReadResultCode39Code93, ReadResultSonyCode, and ReadResultUpcE.

Properties

GradeResult1D GradeResult [get, set]
 Grading results (null if grading was not selected or not possible).
 
- 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 of a 1D code.