Searches for the specified
PdfPage and returns the zero-based index of the first occurrence within the entire collection.
Namespace:
GemBox.Pdf
Assembly:
GemBox.Pdf (in GemBox.Pdf.dll) Version: 13.0.35.1067
Syntaxpublic int IndexOf(
PdfPage item
)
Public Function IndexOf (
item As PdfPage
) As Integer
Parameters
- item
- Type: GemBox.PdfPdfPage
The PdfPage to locate in the collection.
Return Value
Type:
Int32
The zero-based index of the first occurrence of
item within the entire collection, if found; otherwise, –1.
Implements
IListTIndexOf(T)
See Also