EVO PDF Logo

PdfFormRadioButtonsGroupAddRadioButton Method (PdfFormRadioButton)

EVO PDF Client for .NET Core
Adds a radio button field to this document right after the last PDF element added to document or to a page

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

public void AddRadioButton(
	PdfFormRadioButton radioButton
)

Parameters

radioButton
Type: EvoPdfClientPdfFormRadioButton
The radio button to add
See Also

Reference