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




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

Return Value

Image 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.