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

Reference

Field Class
Field Members
Overload List

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback