ImageGear for .NET
BarcodeValue Property
See Also  Send Feedback
ImageGear21.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeResult Class : BarcodeValue Property




Glossary Item Box

Gets the value of the recognized barcode.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

A string which contains one or many characters which represent the value of the barcode.

Remarks

If ImGearBarcodeReader.ReturnPossibleBarcodes is True, and only a region of interest is returned in the results, then the barcode value is a null string.

If the barcodes being recognized are encoding binary data, use the BarcodeDataAsByte property to return the result value instead.

See the ImGearBarcodeResult for more information about retrieving results.

See Also

©2013. Accusoft Corporation. All Rights Reserved.