PdfFormAddRadioButtonsGroup Method
Creates a group of radio buttons in PDF form
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public void AddRadioButtonsGroup(
PdfPage pdfPage,
PdfFormRadioButtonsGroup radioButtonsGroup
)
Public Sub AddRadioButtonsGroup (
pdfPage As PdfPage,
radioButtonsGroup As PdfFormRadioButtonsGroup
)
Parameters
- pdfPage PdfPage
- The PDF page in which to place the group of radio buttons
- radioButtonsGroup PdfFormRadioButtonsGroup
- The radio buttons group field to add