PdfFormRadioButtonsGroupSetCheckedRadioButton(String) Method

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public void SetCheckedRadioButton(
	string name
)

Parameters

name  String
The radio button name

See Also