Gets the radio button at the given index in the radio buttons group

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfFormRadioButton this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	index As Integer
) As PdfFormRadioButton
	Get
Visual C++
public:
property PdfFormRadioButton^ default[int index] {
	PdfFormRadioButton^ get (int index);
}

Parameters

index
Type: System..::..Int32
The radio button index

Return Value

Type: PdfFormRadioButton
The the radio button at the given index in the radio buttons group

See Also