PdfFormRadioButtonsGroupSetCheckedRadioButton Method

Call this method to check on the given radio button

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void SetCheckedRadioButton(
	PdfFormRadioButton radioButton
)

Parameters

radioButton  PdfFormRadioButton
The radio button to check on

See Also