AccusoftISISXpress7 ActiveX DLL > ISISXpress Object : ToHdib Method |
Visual Basic |
---|
Public Function ToHdib( _ ByVal method As IS_TOHDIBMETHOD _ ) As Long |
Value | Description |
---|---|
IS_TOHDIBMETHOD_RETURNDUPLICATE | Specifies that the DIB is to be duplicated; the user has the responsibility of calling GlobalFree() to clean up the resource. |
IS_TOHDIBMETHOD_TRANSFERINTERNAL | Specifies that the internal DIB is to be used; ISIS Xpress handles cleaning up the resource. |
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 when IS_TOHDIBMETHOD_TRANSFERINTERNAL is used.