PdfFormRadioButtonsGroupAddRadioButton(RectangleF, String) Method

Creates a radio button with the given box and the given name in the radio button group

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public PdfFormRadioButton AddRadioButton(
	RectangleF box,
	string buttonName
)

Parameters

box  RectangleF
The radio button bounding box
buttonName  String
The radio button name

Return Value

PdfFormRadioButton
The created radio button

See Also