Searches for the specified Paragraph in the ParagraphCollection.

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

Syntax

C#
public int IndexOf(
	Paragraph paragraph
)
Visual Basic
Public Function IndexOf ( _
	paragraph As Paragraph _
) As Integer

Return Value

The zero-based index at which the Paragraph is found, -1 if not found.

See Also