Click or drag to resize

PdfFontCollectionRemove(PdfFont) Method

Removes the first occurrence of a specific font from the PdfFontCollection.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Remove(
	PdfFont font
)

Parameters

font  PdfFont
The PdfFont to remove from the PdfFontCollection.
See Also