FontCollectionRemove Method

Removes the specified font from the fonts collection.

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public void Remove(
	PdfFont font
)

Parameters

font  PdfFont
The font to be removed from collection.

See Also