The GlyphCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains |
Determine whether an Glyph is in the GlyphCollection.
| |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| IndexOf |
Searches for the specified Glyph in the GlyphCollection.
| |
| Sort |
Sort the collection so that the glyphs are ordered from left to right, top to bottom.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of Glyphs actually contained in the GlyphCollection | |
| Item |
Retrieve an Glyph by zero-based index from the GlyphCollection.
| |
| Page |
Gets the page that the glyphs are located on.
|