Click or drag to resize

PdfPageObjectsCollectionIndexOf Method

Determines the index of a specific PdfPageObject in the collection.

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

Parameters

item  PdfPageObject
The PdfPageObject to locate in the collection

Return Value

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

Implements

IListTIndexOf(T)
See Also