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 ScannedImage
Dim Destination As Object
instance.TransferTo(Destination)
Parameters
- Destination
- The desintation object.
Exceptions
See Also