EVO HTML to PDF Converter

PdfFormAddRadioButtonsGroup Method

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

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public void AddRadioButtonsGroup(
	PdfPage pdfPage,
	PdfFormRadioButtonsGroup radioButtonsGroup
)

Parameters

pdfPage
Type: Winnovative.HtmlToPdfClientPdfPage
The PDF page in which to place the group of radio buttons
radioButtonsGroup
Type: Winnovative.HtmlToPdfClientPdfFormRadioButtonsGroup
The radio buttons group field to add
See Also

Reference