Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / MakeBarcodePic Property
In This Topic
    MakeBarcodePic Property
    In This Topic
    Description
    Returns a handle to the barcode picture.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property MakeBarcodePic As Picture
    Return Type
    A Picture value which represents the DIB.
    Remarks
    The MakeBarcodePic property can only be read once per created barcode. If you want to keep the image around after the initial query, first load it into an external variable.
    See Also