ImageGear .NET v25.0 - Updated
RemoveWidgets Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : RemoveWidgets Method
Removes all widgets from the field. References to the field's widgets remain valid and can be re-attached to other fields.
Syntax
'Declaration
 
Public Sub RemoveWidgets() 
'Usage
 
Dim instance As Field
 
instance.RemoveWidgets()
public void RemoveWidgets()
public: void RemoveWidgets(); 
public:
void RemoveWidgets(); 
Remarks
To dispose memory associated with widgets, call DisposeWidgets instead.
See Also

Reference

Field Class
Field Members