The GlyphCollection type exposes the following members.

Methods

  NameDescription
Public methodContains
Determine whether an Glyph is in the GlyphCollection.
Public methodGetEnumerator
Implements strong typed IEnumerable<T>.GetEnumerator.
Public methodIndexOf
Searches for the specified Glyph in the GlyphCollection.
Public methodSort
Sort the collection so that the glyphs are ordered from left to right, top to bottom.

Properties

  NameDescription
Public propertyCount
Gets the number of Glyphs actually contained in the GlyphCollection
Public propertyItem
Retrieve an Glyph by zero-based index from the GlyphCollection.
Public propertyPage
Gets the page that the glyphs are located on.

See Also