ScanFix Xpress v9.0 for .NET - Updated
FromBitmap Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : FromBitmap Method
Bitmap object to copy.
Sets the current image to a copy of the given Bitmap object.
Syntax
'Declaration
 
Public Sub FromBitmap( _
   ByVal bitmap As Bitmap _
) 
'Usage
 
Dim instance As ScanFix
Dim bitmap As Bitmap
 
instance.FromBitmap(bitmap)
public void FromBitmap( 
   Bitmap bitmap
)
public: void FromBitmap( 
   Bitmap* bitmap
) 
public:
void FromBitmap( 
   Bitmap^ bitmap
) 

Parameters

bitmap
Bitmap object to copy.
Exceptions
ExceptionDescription
Thrown when required argument value is null.
Thrown when image type is unsupported.
Thrown when operation failed.
See Also

Reference

ScanFix Class
ScanFix Members

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