ExpertPdf PDF Creator Library
Add Method (font)
NamespacesExpertPdf.PdfCreatorFontCollectionAdd(Font)
ExpertPdf PDF Creator Library
Adds a system font to the fonts collection. If the font was already added the method returns the existing font
Declaration Syntax
C#Visual BasicVisual C++
public PdfFont Add(
	Font font
)
Public Function Add ( _
	font As Font _
) As PdfFont
public:
PdfFont^ Add(
	Font^ font
)
Parameters
font (Font)
The font to be added to the collection.
Return Value
The font added to the collection.

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)