[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FontHandlerCollection

FontHandlerCollection Class

Represents a collection of FontHandler objects.

Inheritance
FontHandlerCollection
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class FontHandlerCollection : KeyedCollection<Font, FontHandler>, IList<FontHandler>, ICollection<FontHandler>, IList, ICollection, IReadOnlyList<FontHandler>, IReadOnlyCollection<FontHandler>, IEnumerable<FontHandler>, IEnumerable
Public Class FontHandlerCollection
    Inherits KeyedCollection(Of Font, FontHandler)
    Implements IList(Of FontHandler), ICollection(Of FontHandler), IList, ICollection, IReadOnlyList(Of FontHandler), IReadOnlyCollection(Of FontHandler), IEnumerable(Of 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.