PdfFormAddRadioButtonsGroup(PdfPage) Method
Creates a group of radio buttons in the form
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfFormRadioButtonsGroup AddRadioButtonsGroup(
PdfPage pdfPage
)
Public Function AddRadioButtonsGroup (
pdfPage As PdfPage
) As PdfFormRadioButtonsGroup
public:
PdfFormRadioButtonsGroup^ AddRadioButtonsGroup(
PdfPage^ pdfPage
)
member AddRadioButtonsGroup :
pdfPage : PdfPage -> PdfFormRadioButtonsGroup
- pdfPage PdfPage
- The PDF page where to create the group of radio buttons
PdfFormRadioButtonsGroupThe created radio buttons group