Click or drag to resize

PdfOptionCollectionIndexOf Method

Determines the index of a specific PdfOption in the PdfOptionCollection.

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

Parameters

value
Type: RadPdf.Data.Document.Objects.FormFields.OptionsPdfOption
The PdfOption to locate in the PdfOptionCollection

Return Value

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