Click or drag to resize
FontCollectionContains Method
Checks if the specified font belongs to the fonts collection.

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

Parameters

font
Type: ExpertPdf.HtmlToPdf.PdfDocumentPdfFont
Font to search.

Return Value

Type: Boolean
True if the font is found in the collection, otherwise returns false.
See Also