FontCollectionRemove Method
Removes the specified font from the fonts collection.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public void Remove(
PdfFont font
)
Public Sub Remove (
font As PdfFont
)
public:
void Remove(
PdfFont^ font
)
member Remove :
font : PdfFont -> unit
Parameters
- font PdfFont
- The font to be removed from collection.