PdfPage.AddRadioButton Method

Adds the new radio button control to the PdfPage.

Overload List

  NameDescription
Public methodAddRadioButton(PdfRectangle)
Adds the new radio button control with auto-generated radio button group name to the PdfPage.
Public methodAddRadioButton(PdfPoint, Double)
Adds the new radio button control with auto-generated radio button group name to the PdfPage.
Public methodAddRadioButton(PdfRectangle, String)
Adds the new radio button control with auto-generated radio button group name and caption to the PdfPage.
Public methodAddRadioButton(String, PdfRectangle)
Adds the new radio button control with specified unique radio button group name to the PdfPage.
Public methodAddRadioButton(Double, Double, Double)
Adds the new radio button control with auto-generated radio button group name to the PdfPage.
Public methodAddRadioButton(PdfPoint, PdfSize, String)
Adds the new radio button control with auto-generated radio button group name and caption to the PdfPage.
Public methodAddRadioButton(String, PdfPoint, Double)
Adds the new radio button control with specified unique radio button group name to the PdfPage.
Public methodAddRadioButton(String, PdfRectangle, String)
Adds the new radio button control with specified unique radio button group name and caption to the PdfPage.
Public methodAddRadioButton(String, PdfPoint, PdfSize, String)
Adds the new radio button control with specified unique radio button group name and caption to the PdfPage.
Public methodAddRadioButton(String, Double, Double, Double)
Adds the new radio button control with specified unique radio button group name to the PdfPage.
Public methodAddRadioButton(Double, Double, Double, Double, String)
Adds the new radio button control with auto-generated radio button group name and caption to the PdfPage.
Public methodAddRadioButton(String, Double, Double, Double, Double, String)
Adds the new radio button control with specified unique radio button group name and caption to the PdfPage.

See Also