Returns the index of the specified bookmark in the collection.
Namespace: TallComponents.PDF.NavigationAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public int IndexOf( Bookmark bookmark ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ bookmark As Bookmark _ ) As Integer |
Parameters
- bookmark
- Type: TallComponents.PDF.Navigation..::..Bookmark
The bookmark to locate in this collection.