Barcode Plugin for Xojo

BarcodeDecoder.DetectBarcode Method

Detects a barcode or QRCode from a given RawBitMap. This variation type will try to detect all types of codes.

DetectBarcode(
   source as RawBitmap) as BarcodeDecoderResult

Parameters

source
The bitmap to detect barcode or QR code from.

Returns

BarcodeDecoderResult
A result of the type BarcodeDecoderResult

Remarks

The function will not return nil as result if no code was found but it will return a BarCodeResult class instance that can tell you if something was found or not.

See Also

BarcodeDecoder Class