Add a widget to the end of this collection.

Namespace: TallComponents.PDF.Annotations.Widgets
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public void Add(
	Widget widget
)
Visual Basic
Public Sub Add ( _
	widget As Widget _
)

Parameters

widget
Type: TallComponents.PDF.Annotations.Widgets..::..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