Click or drag to resize

PdfFontCollection Methods

The PdfFontCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds the font to the PdfFontCollection.
Public methodContains Determines whether the collection contains a specific PdfFont.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodFind Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire System.Collections.Generic.List`1.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodGetTagName Gets the tag name at the specified index
Public methodIndexOf Determines the index of a specific PdfFont in the collection.
Public methodRemove(PdfFont) Removes the first occurrence of a specific font from the PdfFontCollection.
Public methodRemove(String) Removes the first occurrence of a specific tagName from the PdfFontCollection.
Top
See Also