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
public void TransferTo(
object
)
'Declaration
Public Sub TransferTo( _
ByVal As Object _
)
'Usage
Dim instance As FormImage
Dim destination As Object
instance.TransferTo(destination)
Parameters
- destination
- Desired new owner of the image data.
Exceptions
See Also