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.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public bool Contains(
	PdfFont font
)

Parameters

font
Type: SelectPdfPdfFont
The specified pdf font.

Return Value

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