ExpertPdf Html to Pdf Converter Library
Add Method (stdFont)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentFontCollectionAdd(StdFontBaseFamily)
ExpertPdf Html to Pdf Converter 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
PdfFont
The font added to the collection.

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