Searches for the specified
PdfPage and returns the zero-based index of the first occurrence within the entire collection.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntaxpublic int IndexOf(
PdfPage item
)
Public Function IndexOf (
item As PdfPage
) As Integer
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