Accusoft.ScanFixXpress8.Net
FromImage Method




Image object to copy into this component.
Sets the current image to a copy of the given Image object.
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Sub FromImage( _
   ByVal image As Image _
) 
'Usage
 
Dim instance As ScanFix
Dim image As Image
 
instance.FromImage(image)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void FromImage( 
   Image image
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: void FromImage( 
   Image* image
) 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
void FromImage( 
   Image^ image
) 

Parameters

image
Image object to copy into this component.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when required argument value is null.
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