|
PdfDocumentAddFont(PdfStandardCJKFont) Method
|
Adds a standard CJK font to the pdf fonts collection.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfFont AddFont(
PdfStandardCJKFont stdCJKFont
)
Public Function AddFont (
stdCJKFont As PdfStandardCJKFont
) As PdfFont
Parameters
- stdCJKFont PdfStandardCJKFont
- The standard CJK font to add to the pdf document fonts collection.
Return Value
PdfFontThe pdf font added to the fonts collection.
Remarks
If the font was already added, the method returns the existing pdf font.
See Also