Accusoft.ScanFixXpress8.Net
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)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public void FromHdib( 
   IntPtr hdib
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: void FromHdib( 
   IntPtr hdib
) 
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
void FromHdib( 
   IntPtr hdib
) 

Parameters

hdib
Handle to the DIB to transfer into this component.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when argument is null.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown 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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback