Click or drag to resize

PdfFontCollectionIndexOf Method

Determines the index of a specific PdfFont in the collection.

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

Parameters

item  PdfFont
The PdfFont to locate in the collection

Return Value

Int32
The index of PdfFont if found in the collection; otherwise, -1.

Implements

IReadOnlyListTIndexOf(T)
See Also