Accusoft.Forms1 - Updated
ToBitmap Method (ScanFix)



Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : ToBitmap Method
Returns a new Bitmap object that contains a copy of this component's current image.
Syntax
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Function ToBitmap() As Bitmap
Dim instance As ScanFix
Dim value As Bitmap
 
value = instance.ToBitmap()
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public Bitmap ToBitmap()
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
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