[]
Represents a collection of FontHandler objects.
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
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. |
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. |