EVO Excel to PDF Converter

PdfFormRadioButtonsGroupAddRadioButton Method (RectangleF, String, PdfPage)

EVO Excel to PDF Converter Documentation
Creates a radio button with given box and the given name in the given PDF page

Namespace:  EvoExcelToPdf
Assembly:  evoexceltopdf (in evoexceltopdf.dll) Version: 10.0.0.0
Syntax

public PdfFormRadioButton AddRadioButton(
	RectangleF box,
	string buttonName,
	PdfPage pdfPage
)

Parameters

box
Type: System.DrawingRectangleF
The radio button bounding box
buttonName
Type: SystemString
The radio button name
pdfPage
Type: EvoExcelToPdfPdfPage
The PDF page where to add this radio button

Return Value

Type: PdfFormRadioButton
The created radio button
See Also

Reference