Method Insert

Namespace TallComponents.PDF.Annotations.Widgets
Class WidgetCollection

Insert a widget at the specified index.

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  Insert( Int32  index Widget  widget )

Returns

Void

Parameters


Int32 index
The zero-based index of the widget after insertion.

Widget widget
The widget to insert.