PdfFormAddRadioButtonsGroup Method
Creates a group of radio buttons in PDF form
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.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 in which to place the group of radio buttons
PdfFormRadioButtonsGroupThe created radio buttons group