 | PdfFontCollection Class |
Represents the collection of fonts in an acroform resource dictionary.
Inheritance Hierarchy Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic class PdfFontCollection : IReadOnlyList<PdfFont>,
IEnumerable<PdfFont>, IEnumerable
Public Class PdfFontCollection
Implements IReadOnlyList(Of PdfFont), IEnumerable(Of PdfFont),
IEnumerable
public ref class PdfFontCollection : IReadOnlyList<PdfFont^>,
IEnumerable<PdfFont^>, IEnumerable
type PdfFontCollection =
class
interface IReadOnlyList<PdfFont>
interface IEnumerable<PdfFont>
interface IEnumerable
endpublic class PdfFontCollection implements IReadOnlyList<PdfFont>,
IEnumerable<PdfFont>, IEnumerable
Patagames.Pdf.Net.PdfFontCollection = function();
Type.createClass(
'Patagames.Pdf.Net.PdfFontCollection',
null,
Patagames.Pdf.Net.IReadOnlyList`1,
IEnumerable`1,
IEnumerable);
The PdfFontCollection type exposes the following members.
Constructors
Properties
Methods| | 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.
|
Top
See Also