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



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

This method is part of the IDisposable interface and will unlock the form definition file (if it is locked.)

Calling this method will subsequently call the Dispose method of each TemplateImage object that exists in the TemplateImages collection property of this object. To avoid this, call the TemplateImageCollection method of the TemplateImages collection just before calling this method.

See Also

Reference

FormDefinition Class
FormDefinition Members
Overload List

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