Accusoft NotateXpress 12
PrgGetItemDIB64 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.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgGetItemDIB64 Method

Glossary Item Box

Description

Gets a copy of the DIB (Device Independent Bitmap) handle for a specific element for the specific layer in a 64-bit environment.

Syntax

Visual Basic
Public Function PrgGetItemDIB64( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long _
) As __int64

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.

Return Type

A copy of the handle for the DIB.

Remarks

This property is intended for 64-bit environments.

The handle returned belongs to you, and it is your obligation to free it or pass it on.

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

See Also

©2013. Accusoft Corporation. All Rights Reserved.