Returns the barcode Device Independent Bitmap for 32-bit environment.
| Visual Basic |
|---|
Public Property MakeBarcodeDIB As Long |
| VB6 |
Copy Code
|
|---|---|
Dim Temp As Long Temp = BarcodeXpress1.MakeBarcodeDIB; If (Temp != 0) Then { ImagXpress.hDib = Temp; } |
|