FormFix v6.0 for .NET - Updated
Dispose() Method



Accusoft.FormDirectorSdk Namespace > FormSet Class > Dispose Method : Dispose() Method
Disposes of unmanaged resources (unlocks the form set file.)
Syntax
'Declaration
 
Public Overloads Sub Dispose() 
'Usage
 
Dim instance As FormSet
 
instance.Dispose()
public void Dispose()
public:
void Dispose(); 
Remarks

This method is the implementation of the IDisposable interface. It will unlock the form set file (if it is locked.)

Calling this method will subsequently call the Dispose method of each FormDefinition object that exists in the FormDefintions collection property of this object. To avoid this, call the Clear method of the FormDefinitions collection just before calling this method.

See Also

Reference

FormSet Class
FormSet Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.