PDF .NET Library Documentation - PDF Technologies, Inc.
This function embeds the Chinese, japanese and korean fonts

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public void SetCjkFont(
	CJKFonts CJKType,
	PDFFontStyles fontStyle,
	double FontSize
)
Visual Basic (Declaration)
Public Sub SetCjkFont ( _
	CJKType As CJKFonts, _
	fontStyle As PDFFontStyles, _
	FontSize As Double _
)
Visual C++
public:
void SetCjkFont(
	CJKFonts CJKType, 
	PDFFontStyles fontStyle, 
	double FontSize
)

Parameters

CJKType
Type: PDFTech..::.CJKFonts
CJK type
fontStyle
Type: PDFTech..::.PDFFontStyles
Font style
FontSize
Type: System..::.Double
Font size

See Also