Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FontHandlerCollection Class
Members

In This Topic
    FontHandlerCollection Class
    In This Topic
    Represents a collection of FontHandler objects.
    Object Model
    FontHandlerCollection Class
    Syntax
    'Declaration
     
    Public Class FontHandlerCollection 
       Inherits System.Collections.ObjectModel.KeyedCollection(Of Font,FontHandler)
    public class FontHandlerCollection : System.Collections.ObjectModel.KeyedCollection<Font,FontHandler> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             GrapeCity.Documents.Pdf.FontHandlerCollection

    See Also