PdfFormAddRadioButtonsGroup(PdfPage, PdfFormRadioButtonsGroup) Method
Adds an existing group of radio buttons in the form
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void AddRadioButtonsGroup(
PdfPage pdfPage,
PdfFormRadioButtonsGroup radioButtonsGroup
)
Public Sub AddRadioButtonsGroup (
pdfPage As PdfPage,
radioButtonsGroup As PdfFormRadioButtonsGroup
)
public:
void AddRadioButtonsGroup(
PdfPage^ pdfPage,
PdfFormRadioButtonsGroup^ radioButtonsGroup
)
member AddRadioButtonsGroup :
pdfPage : PdfPage *
radioButtonsGroup : PdfFormRadioButtonsGroup -> unit
Parameters
- pdfPage PdfPage
- The PDF page where to add the group of radio buttons
- radioButtonsGroup PdfFormRadioButtonsGroup
- The radio buttons group field to add