PdfFormRadioButtonsGroupSetCheckedRadioButton(String) Method

Checks on the radio button with the given name

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void SetCheckedRadioButton(
	string name
)

Parameters

name  String
The radio button name

See Also