PdfFormRadioButtonsGroupSetCheckedRadioButton(String) Method

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

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public void SetCheckedRadioButton(
	string name
)

Parameters

name  String
The radio button name

See Also