Method IndexOf
Namespace TallComponents.PDF.Annotations.Widgets
Class WidgetCollection
Returns the index of the specified widget in the collection.
Syntax
public
Int32
IndexOf(
Widget
widget
)
Returns
Int32
The zero-based index of the item found in the collection; otherwise, -1.
Parameters
Widget
widget
The widget to locate in this collection.