Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / BarcodeResult Property
In This Topic
    BarcodeResult Property
    In This Topic
    Description
    String value of the recognized barcode.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property BarcodeResult As String
    Return Type
    A string value which represents the recognized barcode.
    Remarks

    The current barcode is determined by the GetBarcode method.

    The BarcodeResult property returns a string value. Some barcode styles allow the encoding of binary data which will be returned in this string. Even though there may be intervening null characters, the data will be accessible out to ResultLen bytes.

    See Also