Accusoft PrintPRO 8
SetPictureBMP Method
Long value that specifies the handle to a Device Dependent Bitmap.
Long value that specifies the handle to a palette.
Boolean value specifies ownership.
Description

Sets the Picture property using a handle to a Device Dependent Bitmap and a handle to a palette.

Syntax
Visual Basic
Public Sub SetPictureBMP( _
   ByVal hBmp As Long, _
   ByVal hPal As Long, _
   ByVal own As Boolean _
) 
Parameters
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.
Remarks

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.

See Also

PrintPro Object  | PrintPro Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback