Accusoft TwainPRO 8
ToHdib64 Method
See Also  Send comments on this topic.
method
AccusoftTwainPro8 ActiveX DLL > TwainPro Object : ToHdib64 Method

Glossary Item Box

Description

Returns the handle to the current DIB (Device Independent Bitmap) in a 64-bit environment.

Syntax

Visual Basic
Public Function ToHdib64( _
   ByVal method As TP_TOHDIBMETHOD _
) As __int64

Parameters

method
ValueDescription
TP_TOHDIBMETHOD_RETURNDUPLICATESpecifies that the DIB is to be duplicated, the user has the responsibility of calling GlobalFree() to clean up the resource.
TP_TOHDIBMETHOD_TRANSFERINTERNALSpecifies that the internal DIB is to be used, TwainPro handles cleaning up the resource.

Remarks

This method is intended for use in 64-bit environments.

See Also

©2013. Accusoft Corporation. All Rights Reserved.