'Declaration Public Sub Dispose()
'Usage Dim instance As ImGearRecDocument instance.Dispose()
public void Dispose()
public: void Dispose();
public: void Dispose();
'Declaration Public Sub Dispose()
'Usage Dim instance As ImGearRecDocument instance.Dispose()
public void Dispose()
public: void Dispose();
public: void Dispose();
As the ImGearRecDocument instance is a “child” of ImGearRecognition object, the Dispose() method of this class instance must be called before the ImGearRecognition object that created this instance. Otherwise, this method will produce ImageGear.Core.ImGearException with engine initialization error.
The application is responsible for not accessing any methods or properties of the object after having called its Dispose method.