PdfFormRadioButtonsGroupSetCheckedRadioButton(Int32) Method

Call this method to check on the radio button at the given index

Definition

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

Parameters

index  Int32
The radio button index

See Also