[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FontHandlerCollection

FontHandlerCollection Class

Represents a collection of FontHandler objects.

Inheritance
FontHandlerCollection
Namespace: GrapeCity.Documents.Pdf
Assembly: GcDocs.Pdf.dll
Syntax
public class FontHandlerCollection : KeyedCollection<Font, FontHandler>, IList<FontHandler>, ICollection<FontHandler>, IList, ICollection, IReadOnlyList<FontHandler>, IReadOnlyCollection<FontHandler>, IEnumerable<FontHandler>, IEnumerable

Properties

Name Description
Doc

Gets the GcPdfDocument that owns this collection.

HasUsedFonts

Gets a value indicating whether the current collection contains at least one FontHandler object with the UsedInDocument property set.

Methods

Name Description
ClearItems()
GetFontHandler(Font)

Gets an existing FontHandler associated with a specified Font, or creates a new one if such font does not exist.

GetKeyForItem(FontHandler)
InsertItem(int, FontHandler)
RemoveItem(int)
SetItem(int, FontHandler)
TryGetFontHandler(Font, out FontHandler)

Gets the FontHandler associated with a specified Font.