Accusoft.ISISXpress7.Net
TransferTo Method




The desintation object.
Designed to make passing image data between different Accusoft components easier, this method transfers this object's image data to another object which can be defined in a different Accusoft assembly. When finished, this object will no longer contain image data; the image data will be owned by the destination object.
Syntax
'Declaration
 
Public Sub TransferTo( _
   ByVal Destination As Object _
) 
'Usage
 
Dim instance As Output
Dim Destination As Object
 
instance.TransferTo(Destination)
public void TransferTo( 
   object Destination
)
public: void TransferTo( 
   Object* Destination
) 
public:
void TransferTo( 
   Object^ Destination
) 

Parameters

Destination
The desintation object.
Exceptions
ExceptionDescription
System.ArgumentExceptionThrown when the destination object does not support being transferred 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 TransferTo method.
See Also

Reference

Output Class
Output Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback