PdfFormRadioButtonsGroupAddRadioButton(PdfPage, PdfFormRadioButton) Method
Adds a radio button in the given PDF page
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public void AddRadioButton(
PdfPage pdfPage,
PdfFormRadioButton radioButton
)
Public Sub AddRadioButton (
pdfPage As PdfPage,
radioButton As PdfFormRadioButton
)
Parameters
- pdfPage PdfPage
- The PDF page where to add this radio button
- radioButton PdfFormRadioButton
- The radio button field to add