Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Dispose(Boolean) Method






true if this method was called as a result of calling Dispose; false if this method was called as a result of object finalization.
Releases all resources used by this object.
Syntax
protected virtual void Dispose( 
   bool disposing
)
'Declaration
 
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
'Usage
 
Dim instance As AnnObject
Dim disposing As Boolean
 
instance.Dispose(disposing)

            

            
protected:
virtual void Dispose( 
   bool disposing
) 

Parameters

disposing
true if this method was called as a result of calling Dispose; false if this method was called as a result of object finalization.
Remarks
Derived annotation objects should override this method and provide any clean-up code required here.
Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members
Overload List

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)