Returns the index of the specified widget in the collection.
Namespace: TallComponents.PDF.Annotations.WidgetsAssembly: 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.