Click or drag to resize

PdfWebLinkCollectionIndexOf Method

Determines the index of a specific PdfWebLink in the collection.

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

Parameters

item  PdfWebLink
The PdfWebLink to locate in the collection

Return Value

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

Implements

IListTIndexOf(T)
See Also