Call this method to check on the radio button at the given index

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

Syntax

C#
public void SetCheckedRadioButton(
	int index
)
Visual Basic
Public Sub SetCheckedRadioButton ( 
	index As Integer
)
Visual C++
public:
void SetCheckedRadioButton(
	int index
)

Parameters

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

See Also