Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Holds information about barcode found in image by Reader
class.
Inheritance Hierarchy
Bytescout.BarCodeReaderFoundBarcode
Namespace: Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
The FoundBarcode type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FoundBarcode | Initializes a new instance of the FoundBarcode class | |
| FoundBarcode(FoundBarcode) | Initializes a new instance of the FoundBarcode class |
Properties
| Name | Description | |
|---|---|---|
| Confidence |
Gets the barcode decoding confidence.
| |
| File |
Gets the name of the image file containing found barcode.
| |
| Metadata |
Contains the barcode metadata for some barcode types.
| |
| Page |
Gets the page number in the image file that contains found barcode.
| |
| RawData |
Gets the found barcode raw data (indexes of encoded data into symbology alphabet(s)).
| |
| Rect |
Gets the found barcode rectangle.
| |
| Type |
Gets the found barcode symbology type.
| |
| Value |
Gets the found barcode value.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
See Also