FormFix v6.0 for .NET - Updated
CopyTo Method (FormImage)



Accusoft.FormFixSdk Namespace > FormImage Class : CopyTo Method
Desired object to receive copy of image data
Designed to make passing image data between different Accusoft components easier, this method makes a copy of this object's image data and gives the new image data to another object which can be defined in a different Accusoft assembly. When finished, both this object and the destination object will contain separate copies of the same image data.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal destination As Object _
) 
'Usage
 
Dim instance As FormImage
Dim destination As Object
 
instance.CopyTo(destination)
public void CopyTo( 
   object destination
)
public:
void CopyTo( 
   Object^ destination
) 

Parameters

destination
Desired object to receive copy of 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 copied 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 CopyTo method.
See Also

Reference

FormImage Class
FormImage Members

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