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: 11.0.0
public PdfFormRadioButton AddRadioButton(
RectangleF box,
string buttonName
)
Public Function AddRadioButton (
box As RectangleF,
buttonName As String
) As PdfFormRadioButton
- box RectangleF
- The radio button bounding box
- buttonName String
- The radio button name
PdfFormRadioButtonThe created radio button