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 As Object _
)
'Usage
Dim instance As ImageX
Dim Destination As Object
instance.TransferTo(Destination)
public void TransferTo(
object
)
public: void TransferTo(
Object*
)
public:
void TransferTo(
Object^
)
Parameters
- Destination
- The desintation object.
Exceptions
See Also