BarCodeReaderBase Methods |
The BarCodeReaderBase type exposes the following members.
| 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 the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Has1DOtherThanCode39 |
test if symbology set contains any 1D symbologies other than Code39
| |
| HasAny1D |
test if symbology set contains any 1D symbologies
| |
| HasAny2D |
test if symbology set contains any 2D symbologies
| |
| IsJust1D |
test if symbology set contains 1D symbologies but no 2D
| |
| IsJust2D |
test if symbology set contains 2D symbologies but no 1D
| |
| IsSymbologySupported | Indicates is a symbology is supported by a BarCodeReader. | |
| LLReadBars |
(virtual) low-level barcode reading function
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnReadBarCode |
virtual method to fire barcode event
| |
| ReadBars | Read barcodes in the image. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |