PdfFormRadioButtonsGroupAddRadioButton(RectangleF, String, PdfPage) Method
Creates a radio button with given rectangle and the given name in the given PDF page
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public PdfFormRadioButton AddRadioButton(
RectangleF boundingRectangle,
string buttonName,
PdfPage pdfPage
)
- boundingRectangle RectangleF
- The radio button bounding rectangle
- buttonName String
- The radio button name
- pdfPage PdfPage
- The PDF page where to add this radio button
PdfFormRadioButtonThe created radio button