Click or drag to resize

BarCodeReaderBase Methods

The BarCodeReaderBase type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHas1DOtherThanCode39
test if symbology set contains any 1D symbologies other than Code39
Protected methodHasAny1D
test if symbology set contains any 1D symbologies
Protected methodHasAny2D
test if symbology set contains any 2D symbologies
Protected methodIsJust1D
test if symbology set contains 1D symbologies but no 2D
Protected methodIsJust2D
test if symbology set contains 2D symbologies but no 1D
Public methodIsSymbologySupported
Indicates is a symbology is supported by a BarCodeReader.
Protected methodLLReadBars
(virtual) low-level barcode reading function
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnReadBarCode
virtual method to fire barcode event
Public methodReadBars
Read barcodes in the image.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also