AccusoftISISXpress7 ActiveX DLL > ISISXpress Object : hDib Property |
This property has been deprecated and will be removed in the next version of ISIS Xpress. Please use the ToHdib method instead.
Gets the handle to a DIB for the current scanned image. After each scan, this value will be a handle to a DIB if the CreateDib Property is true and the UseCompression Property is false.
Visual Basic |
---|
Public Property hDib As Long |
This value can then be set to the hDib property of another control such as ImagXpress.
This property becomes valid during the Scanned Event and will remain valid until a subsequent Scanning Event.
The IsisXpress object transfers ownership of the HDIB to the caller.
It is the caller's responsibility to free the HDIB.