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.
Read-write property
Visual Basic |
---|
Public Property hDib As Long |
A long representing the handle to a DIB for the current scanned image.
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.
This property can only be queried once after each scan. To check the hDib property for a non-zero value, set it to a variable first!