AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : AssignDIB64 Method |
Visual Basic |
---|
Public Function AssignDIB64() As __int64 |
The handle to the assigned DIB. If the method fails, the return value is zero.
This method is intended for 64-bit environments; use this instead of the AssignDIB Method.
Returns the handle to the assigned DIB. If the method fails, the return value is zero.
This method is typically used to assign the DIB from an ImagXpress control to either a variable or another ImagXpress control. In the following example, ImagXpress2 receives the DIB and ImagXpress1 no longer has a DIB.