AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : ToHdib64 Method |
Visual Basic |
---|
Public Function ToHdib64( _ ByVal method As IX_TOHDIBMETHOD _ ) As __int64 |
Value | Description |
---|---|
IX_TOHDIBMETHOD_RETURNDUPLICATE | Specifies that the DIB is to be duplicated, the user has the responsibility of calling GlobalFree() to clean up the resource. |
IX_TOHDIBMETHOD_TRANSFERINTERNALHDIB | Specifies that the internal DIB is to be used, ImagXpress handles cleaning up the resource. |
This method is intended for 64-bit environments; use this instead of the ToHdib Method.
Calling DeleteObject() will not successfully release the HDIB. |