Searches for the specified Glyph in the GlyphCollection.

Namespace: TallComponents.PDF.TextExtraction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public int IndexOf(
	Glyph glyph
)
Visual Basic
Public Function IndexOf ( _
	glyph As Glyph _
) As Integer

Parameters

glyph
Type: TallComponents.PDF.TextExtraction..::..Glyph
The Glyph to locate in the GlyphCollection.

Return Value

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

See Also