PdfFormRadioButtonsGroupSetCheckedRadioButton(String) Method

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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public void SetCheckedRadioButton(
	string name
)

Parameters

name  String
The radio button name

See Also