Accusoft.ISISXpress7.Net
CopyTo Method




The destination object.
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
'Declaration
 
Public Sub CopyTo( _
   ByVal Destination As Object _
) 
'Usage
 
Dim instance As Output
Dim Destination As Object
 
instance.CopyTo(Destination)
public void CopyTo( 
   object Destination
)
public: void CopyTo( 
   Object* Destination
) 
public:
void CopyTo( 
   Object^ Destination
) 

Parameters

Destination
The destination object.
Exceptions
ExceptionDescription
System.ArgumentExceptionThrown when the destination object does not support being copied to.
Remarks
Not all object types are valid destinations for this method. Refer to the documentation of a particular class to see if it officially supports being the destination of a CopyTo method.
See Also

Reference

Output Class
Output Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback