ImageGear for .NET
Dispose Method
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecDocument Class : Dispose Method




Glossary Item Box

Frees all data associated with this object.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Remarks

This is a standard .NET Dispose method. It frees all data associated with this object.

It's not required for an application to call this method, since the .NET garbage collector will eventually dispose the object if no references to it exist anymore. However, in order to minimize memory usage, it is recommended for an application to call the Dispose method as soon as the object is no longer needed.

The application is responsible for not accessing any methods or properties of the object after having called its Dispose method.

See Also

©2013. Accusoft Corporation. All Rights Reserved.