PdfFormRadioButtonsGroupAddRadioButton(RectangleF, String, PdfPage) Method
Creates a radio button with given box and the given name in the given PDF page
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.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
public:
PdfFormRadioButton^ AddRadioButton(
RectangleF box,
String^ buttonName,
PdfPage^ pdfPage
)
member AddRadioButton :
box : RectangleF *
buttonName : string *
pdfPage : PdfPage -> 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