ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : RemoveWidget Method |
'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 )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when a null widget parameter is passed in. |