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

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