ExpertPdf Html to Pdf Converter Library
AddFont Method (stdCJKFont)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentDocumentAddFont(StandardCJKFont)
ExpertPdf Html to Pdf Converter Library
Adds a standard CJK font to the collection. If the font was already added the method returns the existing font.
Declaration Syntax
C#Visual BasicVisual C++
public PdfFont AddFont(
	StandardCJKFont stdCJKFont
)
Public Function AddFont ( 
	stdCJKFont As StandardCJKFont
) As PdfFont
public:
PdfFont^ AddFont(
	StandardCJKFont stdCJKFont
)
Parameters
stdCJKFont (StandardCJKFont)
The standard CJK font to add to the document fonts collection.
Return Value
PdfFont
The CJK font added to the collection.

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