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

    The current barcode is determined by the GetBarcode method.

    The barcode name is the name of the barcode type (e.g. "Code39"), not the value of the barcode.

    The BarcodeResult property returns the value of the barcode.

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

    See Also