Click or drag to resize
Pdf Library for .NET

PdfFontCollectionAdd Method

Overload List
  Name Description
Public method Add(Font) Adds a system font to the pdf fonts collection.
Public method Add(PdfFont) Adds a pdf font to the pdf fonts collection.
Public method Add(PdfFont) Adds the specified array of pdf fonts to the pdf document fonts collection.
Public method Add(PdfStandardCJKFont) Adds a standard CJK font to the pdf fonts collection.
Public method Add(PdfStandardFont) Adds a standard font to the pdf fonts collection.
Public method Add(String) Adds a system font to the pdf fonts collection. The font is loaded from the specified file.
Public method Add(Font, Boolean) Adds a system font to the pdf fonts collection.
Top
See Also