EVO PDF Logo

PdfFormRadioButtonsGroupAddRadioButton Method (PdfPage, PdfFormRadioButton)

EVO PDF Client for .NET Core
Adds a radio button in the given PDF page

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

public void AddRadioButton(
	PdfPage pdfPage,
	PdfFormRadioButton radioButton
)

Parameters

pdfPage
Type: EvoPdfClientPdfPage
The PDF page where to add this radio button
radioButton
Type: EvoPdfClientPdfFormRadioButton
The radio button field to add
See Also

Reference