Click or drag to resize
Pdf Library for .NET

PdfDocumentAddFont Method

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