Accusoft.ScanFixXpress7.Net
CopyTo Method
See Also  Send Feedback
Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : CopyTo Method




Destination
Desired object to receive copy of image data.

Glossary Item Box

Designed to make passing image data between different Accusoft components easier, this method makes a copy of this object's image data and gives the new image data to another object which can be defined in a different Accusoft assembly. When finished, both this object and the destination object will contain separate copies of the same image data.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

Destination
Desired object to receive copy of image data.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThrown when required argument value is null.
System.ArgumentExceptionThrown when Destination object is not capable of accepting the image.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown when operation failed.

Remarks

Not all object types are valid destinations for this method. If the destination object does not support being copied to, a System.ArgumentException will be thrown. Refer to the documentation of a particular class to see if it officially supports being the destination of a CopyTo method.

See Also

©2012. Accusoft Corporation. All Rights Reserved.