AccusoftPrintPro8 ActiveX DLL > PrintPro Object : hDIB Property |
Gets or sets a handle to a device independent bitmap image (DIB).
Visual Basic |
---|
Public Property hDIB As Long |
The DIB can be printed using the PrintDIB method.
A Windows handle to a Device Independent Bitmap (DIB). The PrintPRO control does not delete the memory occupied by the DIB. It is up to the user to manage the DIB memory. You can use the hDIB property to import a DIB from other controls including the ImagXpress control.