ExpertPdf PDF Creator Library
Add Method (fontFilename)
NamespacesExpertPdf.PdfCreatorFontCollectionAdd(String)
ExpertPdf PDF Creator Library
Adds a system font to the fonts collection. The font is created from the specified file. If the font was already added the method returns the existing font.
Declaration Syntax
C#Visual BasicVisual C++
public PdfFont Add(
	string fontFilename
)
Public Function Add ( 
	fontFilename As String
) As PdfFont
public:
PdfFont^ Add(
	String^ fontFilename
)
Parameters
fontFilename (String)
The file name of the font to be added.
Return Value
PdfFont
The font added to the collection.

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)