PdfFormRadioButtonsGroupSetCheckedRadioButton Method

Checks on the a radio button

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void SetCheckedRadioButton(
	PdfFormRadioButton radioButton
)

Parameters

radioButton  PdfFormRadioButton
The radio button to check on

See Also