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
'Usage
Dim instance As ScanFix
Dim Destination As Object
instance.CopyTo(Destination)
Parameters
- Destination
- Desired object to receive copy of image data.
Exceptions
See Also