FontSubstitutionCollection

FontSubstitutionCollection

Overview

FontSubstitutionCollection is a class in Aspose.PDF FOSS for .NET. Inherits from: IReadOnlyCollection<FontSubstitution>.

This class provides 9 methods for working with FontSubstitutionCollection objects in .NET programs. Available methods include: Add, Clear, Contains, CopyTo, Delete, GetEnumerator, Remove. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Count, IsSynchronized, SyncRoot.

Properties

NameTypeAccessDescription
CountintReadGets the count.
IsSynchronizedboolReadGets the is synchronized.
SyncRootobjectReadGets the sync root.

Methods

SignatureDescription
Add(fontSubstitution: FontSubstitution)Calls Add on this FontSubstitutionCollection instance.
Add(substitution: CustomFontSubstitutionBase)Append a CustomFontSubstitutionBase (subclass of FontSubstitution).
Contains(item: FontSubstitution)Calls Contains on this FontSubstitutionCollection instance.
CopyTo(array: FontSubstitution[], index: int)Calls CopyTo on this FontSubstitutionCollection instance.
Remove(item: FontSubstitution)Calls Remove on this FontSubstitutionCollection instance.
Remove(substitution: CustomFontSubstitutionBase)
Delete(substitution: CustomFontSubstitutionBase)Calls Delete on this FontSubstitutionCollection instance.
Clear()Calls Clear on this FontSubstitutionCollection instance.
GetEnumerator()Calls GetEnumerator on this FontSubstitutionCollection instance.

See Also