 | PdfPageObjectsCollectionIndexOf Method |
Determines the index of a specific
PdfPageObject in the collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic int IndexOf(
PdfPageObject item
)
Public Function IndexOf (
item As PdfPageObject
) As Integer
public:
virtual int IndexOf(
PdfPageObject^ item
) sealed
abstract IndexOf :
item : PdfPageObject -> int
override IndexOf :
item : PdfPageObject -> int public final int IndexOf(
PdfPageObject item
)
Parameters
- item PdfPageObject
- The PdfPageObject to locate in the collection
Return Value
Int32The index of
PdfPageObject if found in the collection; otherwise, -1.
Implements
IListTIndexOf(T)
See Also