Click or drag to resize
Pdf Library for .NET

PdfFontCollectionAdd Method

Overload List
  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.
Top
See Also