PdfFormRadioButtonsGroupSetCheckedRadioButton Method

Call this method to check on the given radio button

Definition

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

Parameters

radioButton  PdfFormRadioButton
The radio button to check on

See Also