PdfFormRadioButtonsGroupAddRadioButton(RectangleF, String) Method

Creates a radio button with given rectangle and the given name in the radio button group PDF page

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfFormRadioButton AddRadioButton(
	RectangleF boundingRectangle,
	string buttonName
)

Parameters

boundingRectangle  RectangleF
The radio button bounding rectangle
buttonName  String
The radio button name

Return Value

PdfFormRadioButton
The created radio button

See Also