HiQPdf Documentation

PdfFormRadioButtonsGroupAddRadioButton Method (RectangleF, String, PdfPage)

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

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

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

Parameters

boundingRectangle
Type: System.DrawingRectangleF
The radio button bounding rectangle
buttonName
Type: SystemString
The radio button name
pdfPage
Type: HiQPdfPdfPage
The PDF page where to add this radio button

Return Value

Type: PdfFormRadioButton
The created radio button
See Also

Reference