 | PdfPageObjectsCollectionIndexOf Method |
Determines the index of a specific
PdfPageObject in the collection.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.2704
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
- Type: Patagames.Pdf.NetPdfPageObject
The PdfPageObject to locate in the collection
Return Value
Type:
Int32The index of
PdfPageObject if found in the collection; otherwise, -1.
Implements
IListTIndexOf(T)
See Also