Read results for UPC-E codes. More...
Inherits ReadResult1D.
Properties | |
int | NumberSystem [get] |
The code's number system. | |
![]() | |
GradeResult1D | GradeResult [get, set] |
Grading results (null if grading was not selected or not possible). | |
![]() | |
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 readonly ReadResult | None = new ReadResult() |
ReadResult structure that represents the situation where no result was found. | |
Read results for UPC-E codes.