PdfFormRadioButtonsGroupAddRadioButton(RectangleF, String) Method
Creates a radio button with the given box and the given name in the radio button group
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 14.0.0
public PdfFormRadioButton AddRadioButton(
RectangleF box,
string buttonName
)
- box RectangleF
- The radio button bounding box
- buttonName String
- The radio button name
PdfFormRadioButtonThe created radio button