ImageGear .NET - Updated
RemoveWidget Method




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : RemoveWidget Method
The widget to be removed from the field.
Removes a widget from the field.
Syntax
'Declaration
 
Public Sub RemoveWidget( _
   ByVal widget As WidgetAnnotation _
) 
'Usage
 
Dim instance As Field
Dim widget As WidgetAnnotation
 
instance.RemoveWidget(widget)
public void RemoveWidget( 
   WidgetAnnotation widget
)
public: void RemoveWidget( 
   WidgetAnnotation* widget
) 
public:
void RemoveWidget( 
   WidgetAnnotation^ widget
) 

Parameters

widget
The widget to be removed from the field.
Exceptions
ExceptionDescription
Thrown when a null widget parameter is passed in.
See Also

Reference

Field Class
Field Members