Click or drag to resize

PdfFontCollection Class

Represents the collection of fonts in an acroform resource dictionary.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfFontCollection

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PdfFontCollection : IReadOnlyList<PdfFont>, 
	IEnumerable<PdfFont>, IEnumerable

The PdfFontCollection type exposes the following members.

Constructors
 NameDescription
Public methodPdfFontCollection Initialize the collection.
Top
Properties
 NameDescription
Public propertyCount Gets the number of PdfFont contained in the collection.
Public propertyIsReadOnly Gets a value indicating whether the collection is read-only.
Public propertyItemInt32 Gets the PdfFont at the specified index
Public propertyItemString Gets the PdfFont with the specified tagName
Top
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