Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / ReturnPossibleBarcodes Property
In This Topic
    ReturnPossibleBarcodes Property
    In This Topic
    Description
    Include possible barcodes in the result list.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property ReturnPossibleBarcodes As Boolean
    Return Type
    A boolean value which is set to True to include possible barcodes in the result list. Otherwise, False is returned.
    Remarks

    The default value is False.

    When True, the barcode engine returns in the results list candidate barcodes which could not be decoded.

    For 1D barcodes, any unsolved regions of interest in the barcode result list will have a BarcodeResultStyle of BC_StyleUnknown and the BarcodeResult property will be NULL.

    For PostNet, Intelligent Mail, Australian Post, and Royal Post 4 and for the following 2D barcode types including Data Matrix, PDF417, Aztec, and QRcode, the currently selected BarcodeType is returned as the candidate region type.

    See Also