PdfFormRadioButtonsGroupAddRadioButton(RectangleF, String, PdfPage) Method
Creates a radio button with given box and the given name in the given PDF page
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public PdfFormRadioButton AddRadioButton(
RectangleF box,
string buttonName,
PdfPage pdfPage
)
Public Function AddRadioButton (
box As RectangleF,
buttonName As String,
pdfPage As PdfPage
) As PdfFormRadioButton
- box RectangleF
- The radio button bounding box
- buttonName String
- The radio button name
- pdfPage PdfPage
- The PDF page where to add this radio button
PdfFormRadioButtonThe created radio button