Pdf |
The PdfFontCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds the font to the PdfFontCollection. | |
| Contains | Determines whether the collection contains a specific PdfFont. | |
| CopyTo | Copies the elements of the collections to an System.Array, starting at a particular System.Array index. | |
| Find | 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. | |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| GetTagName | Gets the tag name at the specified index | |
| IndexOf | Determines the index of a specific PdfFont in the collection. | |
| Remove(PdfFont) | Removes the first occurrence of a specific font from the PdfFontCollection. | |
| Remove(String) | Removes the first occurrence of a specific tagName from the PdfFontCollection. |