Click or drag to resize
Pdf Library for .NET

PdfFontCollection Class

Represents a collection of fonts in a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfFontCollection

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfFontCollection : IEnumerable

The PdfFontCollection type exposes the following members.

Constructors
  NameDescription
Public methodPdfFontCollection
Creates a font collection for the specified PDF document
Top
Properties
  NameDescription
Public propertyItem
Gets or sets the font at the specified zero based index in the fonts collection.
Top
Methods
  NameDescription
Public methodAdd(Font)
Adds a system font to the pdf fonts collection.
Public methodAdd(String)
Adds a system font to the pdf fonts collection. The font is loaded from the specified file.
Public methodAdd(PdfFont)
Adds a pdf font to the pdf fonts collection.
Public methodAdd(PdfFont)
Adds the specified array of pdf fonts to the pdf document fonts collection.
Public methodAdd(PdfStandardCJKFont)
Adds a standard CJK font to the pdf fonts collection.
Public methodAdd(PdfStandardFont)
Adds a standard font to the pdf fonts collection.
Public methodAdd(Font, Boolean)
Adds a system font to the pdf fonts collection.
Public methodContains
Checks if the specified font belongs to the fonts collection.
Public methodGetEnumerator
Gets the collection enumerator.
Public methodIndexOf
Returns the index of the specified font in the fonts collection.
Public methodInsert
Inserts a font to the specified index in the pdf fonts collection.
Public methodRemove
Removes the specified pdf font from the fonts collection.
Top
See Also