Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / ImageSource Property
In This Topic
    ImageSource Property
    In This Topic
    Description
    This property has been deprecated and replaced by the AnalyzehDib and AnalyzeIPicture methods.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property ImageSource As BC_ImageSource
    Return Type
    The BC_ImageSource enumeration value set.
    Remarks

    This property has been deprecated and replaced by the AnalyzehDibAnalyzehDib64, and AnalyzeIPicture methods.

    The default is BC_ImageSourceDIB.

    The ImageSource property must be set before using the AnalyzeBarcode method.

    If this property is set to BC_ImageSourceDIB, it is the responsibility of the caller to free this resource when the analysis is complete and the DIB is no longer needed.

    The recommended bitmap source is a DIB (Device Independent Bitmap) or the clipboard, and not the Picture property, since it returns a low resolution Device Dependent Bitmap (DDB).

    See Also