Searches for the specified Fragment in the FragmentCollection.

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

Syntax

C#
public int IndexOf(
	Fragment fragment
)
Visual Basic
Public Function IndexOf ( _
	fragment As Fragment _
) As Integer

Return Value

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

See Also