FontCollectionAdd(StandardCJKFont) Method
Adds a standard CJK font to the collection.
If the font was already added the method returns the existing font.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public PdfFont Add(
StandardCJKFont stdCJKFont
)
Public Function Add (
stdCJKFont As StandardCJKFont
) As PdfFont
public:
PdfFont^ Add(
StandardCJKFont stdCJKFont
)
member Add :
stdCJKFont : StandardCJKFont -> PdfFont
- stdCJKFont StandardCJKFont
- The standard CJK font to add to the document fonts collection.
PdfFontThe CJK font added to the collection.