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