Name | Description | |
---|---|---|
Reader Constructor | The main constructor which takes in the instanceID. |
The following tables list the members exposed by Reader.
Name | Description | |
---|---|---|
Reader Constructor | The main constructor which takes in the instanceID. |
Name | Description | |
---|---|---|
AppendCheckSum | Gets and sets a value which determines if a checksum value is appended to the barcode during recognition. | |
Area | Gets and sets the area of the image, in pixels, to analyze for barcode recognition. | |
AustralianPostCustomDecodeMode | Gets and sets the AustralianPostCustomDecodeType. | |
BarcodeTypes | Gets and sets the type of barcodes to analyze during recognition processing. | |
GrayscaleProcessing | Gets and sets a value which determines if grayscale processing will be performed on images that are 8bpp or 24bpp. | |
IncludeControlCharacters | Gets and sets the control characters in the barcode value during recognition processing. | |
InkColor | Gets and sets the ink color of barcodes to search for during recognition processing. | |
MaximumBarcodes | Gets and sets the maximum number of barcodes to recognize. | |
MinimumBarcodeSize | Gets and sets the minimum size required for recognizing a barcode. This is determined by the largest distance between two adjacent corners in the barcode. It is not based on the bounding box width/height. | |
Orientation | Gets and sets the orientation of the barcodes to analyze during recognition. | |
ReturnPossibleBarcodes | Gets and sets a value to determine if possible barcodes are returned in the result list. | |
ScanDistance | Gets and sets the scan distance in pixels between line sweeps when searching for 1D barcodes. |