ClearImage .NET API
Dispose() Method





Inlite.ClearImageNet Namespace > ImageEditor Class : Dispose() Method
Immediately free object resources.
Syntax
'Declaration
 
Public Sub Dispose() 
'Usage
 
Dim instance As ImageEditor
 
instance.Dispose()
public void Dispose()
public procedure Dispose(); 
public function Dispose();
public:
void Dispose(); 
Remarks
It is recommended to call this method in the finally block of the method that created ImageEditor object.
This method should be used only with ClearImage 9 or later versions.
See Also

Reference

ImageEditor Class
ImageEditor Members