Click or drag to resize
Pdf Library for .NET

PdfFontCollectionContains Method

Checks if the specified font belongs to the fonts collection.

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

Parameters

font  PdfFont
The specified pdf font.

Return Value

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