You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi & Thanks for the nice Work!
Forgive my ignorance but I have to ask, does this librarry only detect barcodes or it does decode the detected barcode? I dont see where it shows value/ or equivalent string.
thnx in advance 4ur help!
Cheers!
The text was updated successfully, but these errors were encountered:
Wouldn't make all too much sense without the results, would it? :-)
Just take a more thorough look at the sample repository and its code, you'll find the results in the BarcodeResult[] array.
Easiest way is to listen to OnDetectionFinished event in code behind. You can then access the decoded string for each detected barcode using DisplayValue or RawValue properties. For example:
Hi & Thanks for the nice Work!
Forgive my ignorance but I have to ask, does this librarry only detect barcodes or it does decode the detected barcode? I dont see where it shows value/ or equivalent string.
thnx in advance 4ur help!
Cheers!
The text was updated successfully, but these errors were encountered: