PDFKit.NET 2.0 Class Library (.NET 2.0)

RadioButtonOptionCollection.IndexOf Method 

Searches for the specified RadioButtonOption in the RadioButtonOptionCollection.

public int IndexOf(
   RadioButtonOption radioButtonOption
);

Parameters

radioButtonOption
The RadioButtonOption to locate in the RadioButtonOptionCollection.

Return Value

The zero-based index at which the RadioButtonOption is found, -1 if not found.

See Also

RadioButtonOptionCollection Class | TallComponents.PDF.Forms.Fields Namespace