| AccusoftTwainPro9 ActiveX DLL > TwainPro Object : ToHdib64 Method |
| Visual Basic |
|---|
Public Function ToHdib64( _ ByVal method As TP_TOHDIBMETHOD _ ) As __int64 |
| Value | Description |
|---|---|
| TP_TOHDIBMETHOD_RETURNDUPLICATE | Specifies that the DIB is to be duplicated, the user has the responsibility of calling GlobalFree() to clean up the resource. |
| TP_TOHDIBMETHOD_TRANSFERINTERNAL | Specifies that the internal DIB is to be used, TwainPro handles cleaning up the resource. |