PdfPageCollectionIndexOf Method |
Namespace:
RadPdf.Data.Document.Pages
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public int IndexOf(
Object value
)
Public Function IndexOf (
value As Object
) As Integer
Parameters
- value
- Type: SystemObject
The PdfPage to locate in the PdfPageCollection
Return Value
Type:
Int32The index of
value if found in the list; otherwise -1.
See Also