Click or drag to resize

FontCollectionRemove Method

Removes the specified font from the fonts collection.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public void Remove(
	PdfFont font
)

Parameters

font  PdfFont
The font to be removed from collection.
See Also