PdfFormRadioButtonsGroupSetCheckedRadioButton Method

Call this method to check on the given radio button

Definition

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

Parameters

radioButton  PdfFormRadioButton
The radio button to check on

See Also