ImageGear v26.3 - Updated November 9, 2022
ImageGear.Formats.Email Assembly / ImageGear.Formats.Email Namespace / ImGearEmailDocument Class / Dispose Method / Dispose(Boolean) Method
Flag indicating whether the object is being disposed by the framework.




In This Topic
Dispose(Boolean) Method
In This Topic
Releases all resources, being used.
Syntax
'Declaration
 
Protected Overloads Overrides NotOverridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
 
'Usage
 
Dim instance As ImGearEmailDocument
Dim disposing As Boolean
 
instance.Dispose(disposing)

Parameters

disposing
Flag indicating whether the object is being disposed by the framework.
See Also