Determine whether an Glyph is 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 bool Contains(
	Glyph glyph
)
Visual Basic
Public Function Contains ( _
	glyph As Glyph _
) As Boolean

Parameters

glyph
Type: TallComponents.PDF.TextExtraction..::..Glyph
The Glyph to verify.

Return Value

True if the Glyph is found in this GlyphCollection, false otherwise.

Remarks

The glyph does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe given glyph is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also