Accusoft NotateXpress 12
PrgSetItemDIB Method
See Also  Send comments on this topic.
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).
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgSetItemDIB Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.