Click or drag to resize

PdfObjectCollectionIndexOf Method

Determines the index of a specific PdfObject in the PdfObjectCollection.

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

Parameters

value
Type: RadPdf.Data.Document.ObjectsPdfObject
The PdfObject to locate in the PdfObjectCollection

Return Value

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