HiQPdf Documentation

PdfFormRadioButtonsGroupAddRadioButton Method (RectangleFloat, String, PdfPage)

HiQPdf Client for .NET Core
Creates a radio button with given rectangle and the given name in the given PDF page

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

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

Parameters

boundingRectangle
Type: HiQPdfClientRectangleFloat
The radio button bounding rectangle
buttonName
Type: SystemString
The radio button name
pdfPage
Type: HiQPdfClientPdfPage
The PDF page where to add this radio button

Return Value

Type: PdfFormRadioButton
The created radio button
See Also

Reference