EVO HTML to PDF Converter

PdfFormRadioButtonsGroupAddRadioButton Method (PdfPage, PdfFormRadioButton)

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public void AddRadioButton(
	PdfPage pdfPage,
	PdfFormRadioButton radioButton
)

Parameters

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

Reference