PdfFormRadioButtonsGroupAddRadioButton(PdfPage, PdfFormRadioButton) Method
Adds an existing radio button to this group in a PDF page
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void AddRadioButton(
PdfPage pdfPage,
PdfFormRadioButton radioButton
)
Public Sub AddRadioButton (
pdfPage As PdfPage,
radioButton As PdfFormRadioButton
)
public:
void AddRadioButton(
PdfPage^ pdfPage,
PdfFormRadioButton^ radioButton
)
member AddRadioButton :
pdfPage : PdfPage *
radioButton : PdfFormRadioButton -> unit
Parameters
- pdfPage PdfPage
- The radio button PDF page
- radioButton PdfFormRadioButton
- The radio button to add