ExpertPdf PDF Creator Library
AddFont Method (stdCJKFont)
NamespacesExpertPdf.PdfCreatorDocumentAddFont(StandardCJKFont)
ExpertPdf PDF Creator 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
The CJK font added to the collection.

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