Method Add
Namespace TallComponents.PDF.Annotations.Widgets
Class WidgetCollection
Add a widget to the end of this collection.
Note that this collection can be associated with a page or a field, the page or field property on the added widget will be updated to this association.
Syntax
public Void Add(Widget widget)
Returns
Void
The zero-based index where the widget is added.
Parameters
Widget
widget
The widget to add.