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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : ToBitmap Method
Returns a new Bitmap object that contains a copy of this component's current image.
Syntax
'Declaration
 
Public Function ToBitmap() As Bitmap
'Usage
 
Dim instance As ScanFix
Dim value As Bitmap
 
value = instance.ToBitmap()
public Bitmap ToBitmap()
public: Bitmap* ToBitmap(); 
public:
Bitmap^ ToBitmap(); 

Return Value

Bitmap object containing a copy of the current image.
Exceptions
ExceptionDescription
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.