Click or drag to resize

PdfPageCollectionIndexOf Method

Determines the index of a specific PdfPage in the PdfPageCollection.

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public int IndexOf(
	Object value
)

Parameters

value
Type: SystemObject
The PdfPage to locate in the PdfPageCollection

Return Value

Type: Int32
The index of value if found in the list; otherwise -1.
See Also