Question
How to retrieve the recognized barcode text?
Answer
In order to access the barcode OCR result, use one of the following properties of the BarcodeBlock object:
Name |
Type |
Description |
BarcodeText |
BarcodeText |
Contains the recognized text of the barcode. The recognized text is represented as a collection of characters. |
Text |
String, read-only |
Provides access to the recognized text of the barcode. The recognized text is represented as a Unicode string. To change the value of this property, edit the recognized text in the BarcodeText property. |
Comments
0 comments
Please sign in to leave a comment.