HiQPdf Documentation

PdfFormRadioButtonsGroupAddRadioButton Method (RectangleF, String)

Quickly Create High Quality PDFs
Creates a radio button with given rectangle and the given name in the radio button group PDF page

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfFormRadioButton AddRadioButton(
	RectangleF boundingRectangle,
	string buttonName
)

Parameters

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

Return Value

Type: PdfFormRadioButton
The created radio button
See Also

Reference