Accusoft.ImagXpress13.Net
Copy Method (ImageX)




This method copies the current ImageX object into a newly created ImageX object.
Syntax
'Declaration
 
Public Function Copy() As ImageX
'Usage
 
Dim instance As ImageX
Dim value As ImageX
 
value = instance.Copy()
public ImageX Copy()
public: ImageX* Copy(); 
public:
ImageX^ Copy(); 

Return Value

A new ImageX object that is a copy of the given ImageX object.
Remarks

The ImageX object implements the IDisposable interface and the application is required to call the Dispose method when the application is done with ImageX object, otherwise memory may leak.

See Also

Reference

ImageX Class
ImageX Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback