Click or drag to resize

PdfPagesIndexOf Method

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

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

Parameters

item  PdfPage
The PdfPage to locate in the collection.

Return Value

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

Implements

IListTIndexOf(T)
See Also