GetAt

Description

Gets a radio button object at the specified index in a PDFFormFieldRadioButtonGroup object.

Applies to

PDFFormFieldRadioButtonGroup object

Syntax

PDFFormFieldRadioButton GetAt (long index)

Argument

Description

index

The index of the radio button object.


Return value

Long. Returns the PDFFormFieldRadioButton object if it succeeds and -1 if an error occurs. For the full list of error codes, see Error Codes.

Examples

This example gets the radio button object at the index 1 in the PDFFormFieldRadioButtonGroup lpdf_rbgroup.

//Gets the radio button object at the index 1
lpdf_radiobutton =  lpdf_rbgroup.getat(1)

See also

Add

Clone

GetCount

RemoveAll

Remove