Call this method to check on the given radio button

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

Syntax

C#
public void SetCheckedRadioButton(
	PdfFormRadioButton radioButton
)
Visual Basic
Public Sub SetCheckedRadioButton ( 
	radioButton As PdfFormRadioButton
)
Visual C++
public:
void SetCheckedRadioButton(
	PdfFormRadioButton^ radioButton
)

Parameters

radioButton
Type: EvoPdf..::..PdfFormRadioButton
The radio button to check on

See Also