PdfFormRadioButtonsGroupAddRadioButton(RectangleF, String) Method
Creates a radio button with the given box and the given name in the radio button group
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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