Accusoft NotateXpress 13
PrgSetItemDIB Method
The handle of a layer returned by the CreateLayer method.
The handle of an element returned by the ElementAppend method.
A handle to a DIB (or NULL).
Description
Makes a copy of the DIB (Device Independent Bitmap) handle for a specific element for the specific layer.
Syntax
Visual Basic
Public Sub PrgSetItemDIB( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal DIBHandle As Long _
) 
Parameters
layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
DIBHandle
A handle to a DIB (or NULL).
Remarks

The DIB handle you pass is copied.

You still own the original handle that you pass.

Failure to free the original will result in a memory leak.

See Also

NotateXpress Object  | NotateXpress Members  | Modifying Existing Annotations

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback