PDFReaderControls.NET Professional Type Reference

WidgetCollection.Add Method 

Add a widget to the end of this collection.

public int Add(
   Widget widget
);

Parameters

widget
The widget to add.

Return Value

The zero-based index where the widget is added.

Remarks

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.

See Also

WidgetCollection Class | TallComponents.PDF.Annotations.Widgets Namespace