Click or drag to resize

PdfTypeArrayIndexOf Method

Determines the index of a specific item in the Array.

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

Parameters

item  PdfTypeBase
The object to locate in the Array

Return Value

Int32
The index of item if found in the list; otherwise, -1.

Implements

IListTIndexOf(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also