Barcode Xpress for .NET Framework v13.9 - Updated
BarcodeName Property




Accusoft.BarcodeXpressSdk Namespace > Result Class : BarcodeName Property
Gets the name of the recognized barcode.
Syntax
'Declaration
 
Public ReadOnly Property BarcodeName As String
'Usage
 
Dim instance As Result
Dim value As String
 
value = instance.BarcodeName
public string BarcodeName {get;}
public: __property string* get_BarcodeName();
public:
property String^ BarcodeName {
   String^ get();
}
Remarks

This property gets the name of the barcode (e.g. "Code39"), not the value of the barcode. The BarcodeValue property returns the value of the barcode.

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

See the Result for more information about retrieving results.

See Also

Reference

Result Class
Result Members

Is this page helpful?
Yes No
Thanks for your feedback.