Searches for the specified Glyph in the GlyphCollection.
Namespace: TallComponents.PDF.TextExtractionAssembly: 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.