Returns the index of the specified markup annotation in the collection.
Namespace: TallComponents.PDF.Annotations.MarkupsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public int IndexOf( Markup markup ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ markup As Markup _ ) As Integer |
Parameters
- markup
- Type: TallComponents.PDF.Annotations.Markups..::..Markup
The markup annotation to locate in this collection.