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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : FromImage Method
Image object to copy into this component.
Sets the current image to a copy of the given Image object.
Syntax
'Declaration
 
Public Sub FromImage( _
   ByVal image As Image _
) 
'Usage
 
Dim instance As ScanFix
Dim image As Image
 
instance.FromImage(image)
public void FromImage( 
   Image image
)
public: void FromImage( 
   Image* image
) 
public:
void FromImage( 
   Image^ image
) 

Parameters

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