EVO PDF Logo

PdfFormRadioButtonsGroupSetCheckedRadioButton Method

EVO PDF Client for .NET Core
Call this method to check on the given radio button

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public void SetCheckedRadioButton(
	PdfFormRadioButton radioButton
)

Parameters

radioButton
Type: EvoPdfClientPdfFormRadioButton
The radio button to check on
See Also

Reference