Adds a standard CJK font to the collection.
If the font was already added the method returns the existing font.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public PdfFont Add( StandardCJKFont stdCJKFont ) |
| Visual Basic |
|---|
Public Function Add ( stdCJKFont As StandardCJKFont ) As PdfFont |
| Visual C++ |
|---|
public: PdfFont^ Add( StandardCJKFont stdCJKFont ) |
Parameters
- stdCJKFont
- Type: EvoPdf..::..StandardCJKFont
The standard CJK font to add to the document fonts collection.
Return Value
Type: PdfFontThe CJK font added to the collection.