Returns the index of the specified markup annotation in the collection.

Namespace: TallComponents.PDF.Annotations.Markups
Assembly: 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.

Return Value

The zero-based index of the item found in the collection; otherwise, -1.

See Also