An glyph collection.

Namespace: TallComponents.PDF.TextExtraction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public class GlyphCollection : IEnumerable<Glyph>, 
	IEnumerable
Visual Basic
Public Class GlyphCollection _
	Implements IEnumerable(Of Glyph), IEnumerable

Remarks

All glyphs in a glyph collection are located on a single page.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.TextExtraction..::..GlyphCollection

See Also