PdfFormRadioButtonsGroupSetCheckedRadioButton(String) Method

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

Definition

Namespace: EvoExcelToPdf
Assembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public void SetCheckedRadioButton(
	string name
)

Parameters

name  String
The radio button name

See Also