Click or drag to resize
FontCollectionRemove Method
Removes the specified font from the fonts collection.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public void Remove(
	PdfFont font
)

Parameters

font
Type: ExpertPdf.HtmlToPdf.PdfDocumentPdfFont
The font to be removed from collection.
See Also