CBarcodeReader Class
Defines a class of read-barcode objects.
Members
-
Public Members
-
Name Description BarcodeReader::InitLicense Set license key. BarcodeReader::DecodeFile Decode a file with full path. BarcodeReader::DecodeFileRect Decode a file with full path by specifying area. BarcodeReader::DecodeDIB Decode barcode from a handle of device-independent bitmap (DIB). BarcodeReader::DecodeDIBRect Decode barcode from a handle of device-independent bitmap (DIB) by specifying an area. BarcodeReader::DecodeBuffer Decode barcode from a device-independent bitmap (DIB) in buffer. BarcodeReader::DecodeBufferRect Decode barcode from a device-independent bitmap (DIB) in buffer by specifying an area. BarcodeReader::GetReaderOptions Get barcode read options. BarcodeReader::SetReaderOptions Set barcode read options. BarcodeReader::GetBarcodes Get all barcode results. BarcodeReader::FreeBarcodeResults Frees memory allocated for barcode results.
-
Remarks
The BarcodeReader object provides member functions for working with extracting barcode data, such as a read data from local image or from buffer image.