Namespace TallComponents.PDF.TextExtraction
Class GlyphCollection
A glyph collection.
All glyphs in a glyph collection are located on a single page.
Syntax
public class GlyphCollection
: Object
,
IEnumerable<Glyph>
Properties
Int32 Count
Gets the number of s actually contained in the
Glyph Item
Retrieve an by zero-based index from the .
Page Page
Gets the page that the glyphs are located on.
Methods
Boolean Contains(Glyph)
Determine whether an is in the .
IEnumerator<Glyph> GetEnumerator()
Implements strong typed IEnumerable<T>.GetEnumerator.
Int32 IndexOf(Glyph)
Searches for the specified in the .
Void Sort()
Sort the collection so that the glyphs are ordered from left to right, top to bottom.
Void Sort(IGlyphComparer)
Sort the collection based on a custom comparer.
Void Sort(IGlyphComparer,Boolean)
Sort the collection based on a custom comparer.