Click or drag to resize

BarCodeReaderBase Class

An abstract base class for barcode reading that implements many of the core features.
Inheritance Hierarchy

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public abstract class BarCodeReaderBase

The BarCodeReaderBase type exposes the following members.

Constructors
  NameDescription
Public methodBarCodeReaderBase
Default constructor for the BarCodeReaderBase class
Public methodBarCodeReaderBase(AtalaImage)
Constructor for the BarCodeReaderBase class
Public methodBarCodeReaderBase(BarImageable)
Constructor for the BarCodeReaderBase class
Top
Properties
  NameDescription
Protected propertyImage
AtalaImage being searched by this barcode reader
Protected propertyLLSupportedSymbologies
(virtual) property: symbologies implemented by this reader, whether or not licensed.
Public propertySupportedSymbologies
Returns all the licensed and supported symbologies for the BarCodeReader.
Top
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
Events
  NameDescription
Public eventReadBarCode
This event is fired after a barcode is found
Top
Fields
  NameDescription
Protected fieldStatic memberLOG_NAME
Top
See Also