ExpertPdf PDF Creator Library
Add Method (font)
NamespacesExpertPdf.PdfCreatorFontCollectionAdd(PdfFont)
ExpertPdf PDF Creator Library
Adds a PDF 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(
	PdfFont font
)
Public Function Add ( _
	font As PdfFont _
) As PdfFont
public:
PdfFont^ Add(
	PdfFont^ font
)
Parameters
font (PdfFont)
Font object to add to the collection.
Return Value
Added to the collection font.

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