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(fontSubstitution) on this FontSubstitutionCollection instance.
Add(substitution: CustomFontSubstitutionBase)Append a CustomFontSubstitutionBase (subclass of FontSubstitution).
Contains(item: FontSubstitution)Calls Contains(item) on this FontSubstitutionCollection instance.
CopyTo(array: FontSubstitution[], index: int)Calls CopyTo(array, index) on this FontSubstitutionCollection instance.
Remove(item: FontSubstitution)Calls Remove(item) on this FontSubstitutionCollection instance.
Remove(substitution: CustomFontSubstitutionBase)Calls Remove(substitution) on this FontSubstitutionCollection instance.
Delete(substitution: CustomFontSubstitutionBase)Calls Delete(substitution) on this FontSubstitutionCollection instance.
Clear()Calls Clear on this FontSubstitutionCollection instance.
GetEnumerator()Calls GetEnumerator on this FontSubstitutionCollection instance.

See Also

 English