Accusoft.ScanFixXpress8.Net
FromBitmap Method




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

Parameters

bitmap
Bitmap object 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