ReadResult Properties

CVB.Net Documentation

The ReadResult type exposes the following members.

Properties

  NameDescription
Public propertyCharactersRead
Number of characters that have been read.
Public propertyDecodingTime
Number of milliseconds the decoding took.
Public propertyLocation
Location of the Barcode inside the image.
Public propertyNumWords
Number of code words in the barcode (note: this is not necessarily the same as the number of characters that have been read!).
Public propertyResolution
Smallest width unit in the code in pixels. In case of SonyCodes this may either be the narrowest line or gap (whichever is smaller).
Public propertyResult
Result of a read operation (note that read operations may partly succeed, which is not considered an error).
Public propertyText
The text content of the barcode.
Public propertyType
The Symbology type of the result.
Top
See Also

Reference