FontSubstitutionCollection Class
Represents font substitution strategies collection.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.TextFontSubstitutionCollection

Namespace: Aspose.Pdf.Text
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class FontSubstitutionCollection : ICollection<FontSubstitution>, 
	IEnumerable<FontSubstitution>, IEnumerable

The FontSubstitutionCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of Font object elements actually contained in the collection.
Public propertyIsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
Public propertyItem
Gets the font element at the specified index.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the collection.
Methods
  NameDescription
Public methodAdd
Adds new font substitution object to the collection.
Public methodClear
Clears the font substitution collection.
Public methodContains
Determines whether an element is in the collection
Public methodCopyTo
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator for the entire collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRemove
Deletes the font substitution element.
Public methodToString (Inherited from Object.)
See Also