Accusoft BarcodeXpress v14.0 - Updated January 7, 2025
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / MakeBarcodePic Property
MakeBarcodePic Property
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