Get the index of a Paragraph with a given ID.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public int IndexOf(
	string id
)
Visual Basic
Public Function IndexOf ( _
	id As String _
) As Integer

Parameters

id
Type: System..::..String
The ID to look for.

Return Value

0-based index of the Paragraph or -1 if not found.

See Also