PDFReaderControls.NET Professional Type Reference

WidgetCollection.Insert Method 

Insert an widget at the specified index.

public void Insert(
   int index,
   Widget widget
);

Parameters

index
The zero-based index of the widget after insertion.
widget
The widget to insert.

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