Accusoft NotateXpress 12
ElementSetDIBHandle Method
See Also  Send comments on this topic.
elementHandle
The handle of an element returned by the ElementCreate method.
DIBHandle
The new DIB handle.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : ElementSetDIBHandle Method

Glossary Item Box

Description

Sets the DIB (Device Independent Bitmap) handle of an existing image element.

Syntax

Visual Basic
Public Sub ElementSetDIBHandle( _
   ByVal elementHandle As Long, _
   ByVal DIBHandle As Long _
) 

Parameters

elementHandle
The handle of an element returned by the ElementCreate method.
DIBHandle
The new DIB handle.

Remarks

The DIB handle of an annotation element determines what is copied as the DIB handle for every image object created with this element.

Note: The DIB handle you pass in is copied. You still own the original handle that you pass.

See Also

©2013. Accusoft Corporation. All Rights Reserved.