Click or drag to resize
Pdf Library for .NET

PdfFontCollectionRemove Method

Removes the specified pdf font from the fonts collection.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public void Remove(
	PdfFont font
)

Parameters

font  PdfFont
The font to be removed from the pdf fonts collection.
See Also