PdfFormAddRadioButtonsGroup Method
Creates a group of radio buttons in PDF form
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public PdfFormRadioButtonsGroup AddRadioButtonsGroup(
PdfPage pdfPage
)
Public Function AddRadioButtonsGroup (
pdfPage As PdfPage
) As PdfFormRadioButtonsGroup
- pdfPage PdfPage
- The PDF page in which to place the group of radio buttons
PdfFormRadioButtonsGroupThe created radio buttons group