EVO HTML to PDF Converter

PdfFormRadioButtonsGroupAddRadioButton Method (PdfPage, PdfFormRadioButton)

Winnovative Client for .NET Documentation
Creates a radio button with given box and the given name in the given PDF page

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

public void AddRadioButton(
	PdfPage pdfPage,
	PdfFormRadioButton radioButton
)

Parameters

pdfPage
Type: Winnovative.HtmlToPdfClientPdfPage
The PDF page where to add this radio button
radioButton
Type: Winnovative.HtmlToPdfClientPdfFormRadioButton
The radio button field to add
See Also

Reference