Call this method to check on the radio button with the given name

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

Syntax

C#
public void SetCheckedRadioButton(
	string name
)
Visual Basic
Public Sub SetCheckedRadioButton ( 
	name As String
)
Visual C++
public:
void SetCheckedRadioButton(
	String^ name
)

Parameters

name
Type: System..::..String
The radio button name

See Also