Click or drag to resize

PdfCollectionTIndexOf Method

Searches for the specified element and returns the zero-based index of the first occurrence within the entire PdfCollectionT.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public int IndexOf(
	T item
)

Parameters

item  T
The element to locate in the PdfCollectionT.

Return Value

Int32
The zero-based index of the first occurrence of item within the entire PdfCollectionT, if found; otherwise, –1.

Implements

IListTIndexOf(T)
See Also