Accusoft PrintPRO 7
SetPictureBMP Method
See Also  Send Feedback
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.
AccusoftPrintPro7 ActiveX DLL > PrintPro Object : SetPictureBMP Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.