ScanFix Xpress v9.0 for .NET - Updated
FromHdib(IntPtr) Method




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

Is this page helpful?
Yes No
Thanks for your feedback.