ImageGear .NET - Updated May 30, 2018
RemoveWidgets Method




ImageGear24.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()
Remarks
To dispose memory associated with widgets, call DisposeWidgets instead.
See Also

Reference

Field Class
Field Members