TMS FNC WX Barcode Decoder — Guides
Decoding from a file
Call DecodeFromFile with a local image path. Handle OnDecode to receive the decoded value and the detected barcode type.
Supported barcode types
The BarcodeType property of type TTMSFNCWXBarcodeDecoderType controls which symbologies the decoder attempts. Set it before calling a decode method.
Callback patterns
Use the asynchronous callback variant when decoding inside a loop or when the caller should not block waiting for a result.