Accusoft.ScanFixXpress8.Net
FromHbitmap Method




Handle to the bitmap to copy.
Sets the current image to a copy of the given HBITMAP object.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Sub FromHbitmap( _
   ByVal hbitmap As IntPtr _
) 
'Usage
 
Dim instance As ScanFix
Dim hbitmap As IntPtr
 
instance.FromHbitmap(hbitmap)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public void FromHbitmap( 
   IntPtr hbitmap
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: void FromHbitmap( 
   IntPtr hbitmap
) 
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
void FromHbitmap( 
   IntPtr hbitmap
) 

Parameters

hbitmap
Handle to the bitmap to copy.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when required argument value is null.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown when operation failed.
See Also

Reference

ScanFix Class
ScanFix Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback