FontCollectionAdd(PdfFont) Method
Adds a PDF font to the fonts 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(
PdfFont font
)
Public Function Add (
font As PdfFont
) As PdfFont
public:
PdfFont^ Add(
PdfFont^ font
)
member Add :
font : PdfFont -> PdfFont
- font PdfFont
- Font object to add to the collection.
PdfFontAdded to the collection font.