Documents for PDF, .NET Edition Documentation
FontHandlerCollection Class
Members 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : FontHandlerCollection Class
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

Reference

FontHandlerCollection Members
GrapeCity.Documents.Pdf Namespace