PdfFormRadioButtonsGroupAddRadioButton(PdfFormRadioButton) Method
Adds a radio button to this group after the last PDF object rendered
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void AddRadioButton(
PdfFormRadioButton radioButton
)
Public Sub AddRadioButton (
radioButton As PdfFormRadioButton
)
public:
void AddRadioButton(
PdfFormRadioButton^ radioButton
)
member AddRadioButton :
radioButton : PdfFormRadioButton -> unit
Parameters
- radioButton PdfFormRadioButton
- The radio button to add