Searches for the specified
PdfBasicObject and returns the zero-based index of the first occurrence within
the entire
PdfArray.
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.10.30
Syntax public int IndexOf(
PdfBasicObject item
)
Public Function IndexOf (
item As PdfBasicObject
) As Integer
Parameters
- item PdfBasicObject
- The PdfBasicObject to locate in the PdfArray.
Return Value
Int32
The zero-based index of the first occurrence of
item within the entire
PdfArray, if found; otherwise, –1.
Implements
IListTIndexOf(T)See Also