Click or drag to resize

PdfFontCollectionContains Method

Determines whether the collection contains a specific PdfFont.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public bool Contains(
	PdfFont item
)

Parameters

item  PdfFont
The PdfFont to locate in the collection.

Return Value

Boolean
true if PdfFont is found in the collection; otherwise, false.

Implements

IReadOnlyListTContains(T)
See Also