Accusoft ISIS Xpress 6
ToHdib Method
See Also  Send comments on this topic.
method
AccusoftISISXpress6 ActiveX DLL > ISISXpress Object : ToHdib Method

Glossary Item Box

Description

Returns the handle to a DIB for the current scanned image. After each scan, this value will be a handle to a DIB if the CreateDib Property is True and the UseCompression Property is False.

Syntax

Visual Basic
Public Function ToHdib( _
   ByVal method As IS_TOHDIBMETHOD _
) As Long

Parameters

method
ValueDescription
IS_TOHDIBMETHOD_RETURNDUPLICATESpecifies that the DIB is to be duplicated; the user has the responsibility of calling GlobalFree() to clean up the resource.
IS_TOHDIBMETHOD_TRANSFERINTERNALSpecifies that the internal DIB is to be used; ISIS Xpress handles cleaning up the resource.

Return Type

A Long representing the handle to a DIB for the current scanned image.

Remarks

This value can then be set to the hDib of another control, such as ImagXpress.

The hDib is valid during the Scanned Event and will remain valid until a subsequent Scanning Event.

This value can only be queried once after each scan.

See Also

©2013. Accusoft Corporation. All Rights Reserved.