Accusoft.ScanFixXpress8.Net
ToBitmap Method




Returns a new Bitmap object that contains a copy of this component's current image.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Function ToBitmap() As Bitmap
'Usage
 
Dim instance As ScanFix
Dim value As Bitmap
 
value = instance.ToBitmap()
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public Bitmap ToBitmap()
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: Bitmap* ToBitmap(); 
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
Bitmap^ ToBitmap(); 

Return Value

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