FormFix v6.0 for .NET - Updated
TransferTo Method



Accusoft.FormFixSdk Namespace > FormImage Class : TransferTo Method
Desired new owner of the image data.
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 FormImage
Dim destination As Object
 
instance.TransferTo(destination)
public void TransferTo( 
   object destination
)
public:
void TransferTo( 
   Object^ destination
) 

Parameters

destination
Desired new owner of the image data.
Exceptions
ExceptionDescription
Thrown when destination object is not capable of accepting the image.
Remarks
Not all object types are valid destinations for this method. If the destination object does not support being transferred to, a System.ArgumentException will be thrown. Refer to the documentation of a particular class to see if it officially supports being the destination of a TransferTo method.
See Also

Reference

FormImage Class
FormImage Members

Is this page helpful?
Yes No
Thanks for your feedback.