Winnovative Logo

PdfFormRadioButtonsGroupAddRadioButton Method (PdfPage, PdfFormRadioButton)

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

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public void AddRadioButton(
	PdfPage pdfPage,
	PdfFormRadioButton radioButton
)

Parameters

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

Reference