ImageGear .NET v25.0 - Updated
DisposeWidgets Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : DisposeWidgets Method
Removes all widgets from the field. The widgets' memory is freed and references cannot be re-attached to other fields or used.
Syntax
'Declaration
 
Public Sub DisposeWidgets() 
'Usage
 
Dim instance As Field
 
instance.DisposeWidgets()
public void DisposeWidgets()
public: void DisposeWidgets(); 
public:
void DisposeWidgets(); 
Remarks
Performs application-defined tasks associated with freeing and releasing all of the field's widgets. After this method is called, any widgets attached to the field are removed from the field's page and are no longer usable or valid.
See Also

Reference

Field Class
Field Members