Click or drag to resize
Pdf Library for .NET

PdfFontCollectionRemove Method

Removes the specified pdf font from the fonts collection.

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

Parameters

font
Type: SelectPdfPdfFont
The font to be removed from the pdf fonts collection.
See Also