Returns the index of the specified bookmark in the collection.
Namespace: TallComponents.PDF.NavigationAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
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.