Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
FromHdib Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : FromHdib Method
Handle to the DIB to transfer into this component.
Sets the current image to the given HDIB object.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Sub FromHdib( _
   ByVal hdib As IntPtr _
) 
 
'Usage
 
Dim instance As ScanFix
Dim hdib As IntPtr
 
instance.FromHdib(hdib)

Parameters

hdib
Handle to the DIB to transfer into this component.
Exceptions
ExceptionDescription
Thrown when argument is null.
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks
Note that this component will take ownership of the DIB, so the caller must either make a copy or relinquish ownership of the DIB.
See Also

Reference

ScanFix Class
ScanFix Members