Click or drag to resize

PdfControlCollections.IndexOf Method

Determines the index of a specific PdfControl in the collection.

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

Parameters

item  PdfControl
The PdfControl to locate in the collection

Return Value

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

Implements

IReadOnlyList<T>.IndexOf(T)
See Also