See: Description
Class | Description |
---|---|
BarCodeReader |
BarCodeReader encapsulates an image which may contain one or several barcodes, it then can perform Read operation to detect barcodes
|
BarCodeReadType |
Specify the type of barcode to read.
|
BarCodeRegion |
Represents the barcode's region.
|
BaseDecodeType |
Base class for MultyDecodeType and SingleDecodeType.
|
ChecksumValidation |
Enable checksum validation during recognition for 1D barcodes.
|
Code128DataPortion |
Contains the data of subtype for Code128 type barcode
|
CustomerInformationInterpretingType |
Defines the interpreting type(CTable or NTable) of customer information for AustralianPost BarCode.
|
DecodeType |
Specify the type of barcode to read.
|
ManualHint |
Manual hints.
|
MultyDecodeType |
Composite decode type.
|
RecognitionHints |
Set recognition hints here.
|
RecognitionHints.ImageBinarization |
Image binarization hints.
|
RecognitionHints.Orientation |
Orientation hints.
|
RecognitionMode |
Recognition modes.
|
SingleDecodeType |
Single decode type.
|
Exception | Description |
---|---|
BarCodeRecognitionException |
General exception thrown by BarCodeReader, inherited from BarCodeException
|