Returns the index of the specified widget in the collection.

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

Syntax

C#
public int IndexOf(
	Widget widget
)
Visual Basic
Public Function IndexOf ( _
	widget As Widget _
) As Integer

Parameters

widget
Type: TallComponents.PDF.Annotations.Widgets..::..Widget
The widget to locate in this collection.

Return Value

The zero-based index of the item found in the collection; otherwise, -1.

See Also