Winnovative Excel to PDF Converter

PdfFormRadioButtonsGroupAddRadioButton Method (RectangleF, String)

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

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public PdfFormRadioButton AddRadioButton(
	RectangleF box,
	string buttonName
)

Parameters

box
Type: System.DrawingRectangleF
The radio button bounding box
buttonName
Type: SystemString
The radio button name

Return Value

Type: PdfFormRadioButton
The created radio button
See Also

Reference