How to get Barcode Text in FineReader Engine

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.

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.