Winnovative Logo

PdfFormAddRadioButtonsGroup Method

Winnovative Client for .NET Framework
Creates a group of radio buttons in PDF form

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient (in WinnovativeClient.dll) Version: 17.0.0.0 (17.0.0.0)
Syntax

public void AddRadioButtonsGroup(
	PdfPage pdfPage,
	PdfFormRadioButtonsGroup radioButtonsGroup
)

Parameters

pdfPage
Type: WinnovativeClientPdfPage
The PDF page in which to place the group of radio buttons
radioButtonsGroup
Type: WinnovativeClientPdfFormRadioButtonsGroup
The radio buttons group field to add
See Also

Reference