ImageGear .NET - Updated
AddWidget(WidgetAnnotation) Method




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class > AddWidget Method : AddWidget(WidgetAnnotation) Method
The widget to add to the field. Contains both the page and location information.
Adds a widget to the field.
Syntax
'Declaration
 
Public Overloads Sub AddWidget( _
   ByVal widget As WidgetAnnotation _
) 
'Usage
 
Dim instance As Field
Dim widget As WidgetAnnotation
 
instance.AddWidget(widget)
public void AddWidget( 
   WidgetAnnotation widget
)
public: void AddWidget( 
   WidgetAnnotation* widget
) 
public:
void AddWidget( 
   WidgetAnnotation^ widget
) 

Parameters

widget
The widget to add to the field. Contains both the page and location information.
Exceptions
ExceptionDescription
Thrown when a null widget parameter is passed in.
See Also

Reference

Field Class
Field Members
Overload List