ImageGear .NET
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
System.ArgumentNullExceptionThrown when a null widget parameter is passed in.
See Also

Reference

Field Class
Field Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback