Sets the Picture property using a handle to a Device Dependent Bitmap and a handle to a palette.
- hBmp
- Long value that specifies the handle to a Device Dependent Bitmap.
- hPal
- Long value that specifies the handle to a palette.
- own
- Boolean value specifies ownership.
When own parameter is True, PrintPRO owns the bitmap and it is responsible for deleting it. If own is False, you need to delete the bitmap when it is no longer needed.