Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / ResultLen Property
In This Topic
    ResultLen Property
    In This Topic
    Description
    Length of the result string.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property ResultLen As Integer
    Return Type
    An integer value which represents the length of the result string.
    Remarks

    The current barcode is determined by the GetBarcode method.

    If the form of the information is a simple string, then the length is the string length plus one, to include the terminating null byte.

    See Also