Click or drag to resize

PdfArrayIndexOf Method

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

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.10.30
Syntax
public int IndexOf(
	PdfBasicObject item
)

Parameters

item  PdfBasicObject
The PdfBasicObject to locate in the PdfArray.

Return Value

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

Implements

IListTIndexOf(T)
See Also