Property Glyphs
    Namespace TallComponents.PDF
        Class Page
The Glyphs located on the page.
Note: You should hold a strong reference to the Page.Glyphs (as long as you need them), otherwise the GC can decide to recycle, invalidating any Sort(...) you did.
Syntax
        public 
        
    GlyphCollection
         Glyphs
         { 
            get; 
        }
    
    Property value
    GlyphCollection