Name | Description | |
---|---|---|
![]() | AddRadioButton(PdfRectangle) |
Adds the new radio button control with auto-generated radio button
group name to the PdfPage.
|
![]() | AddRadioButton(PdfPoint, Double) |
Adds the new radio button control with auto-generated radio button
group name to the PdfPage.
|
![]() | AddRadioButton(PdfRectangle, String) |
Adds the new radio button control with auto-generated radio button
group name and caption to the PdfPage.
|
![]() | AddRadioButton(String, PdfRectangle) |
Adds the new radio button control with specified unique radio button
group name to the PdfPage.
|
![]() | AddRadioButton(Double, Double, Double) |
Adds the new radio button control with auto-generated radio button
group name to the PdfPage.
|
![]() | AddRadioButton(PdfPoint, PdfSize, String) |
Adds the new radio button control with auto-generated radio button
group name and caption to the PdfPage.
|
![]() | AddRadioButton(String, PdfPoint, Double) |
Adds the new radio button control with specified unique radio button
group name to the PdfPage.
|
![]() | AddRadioButton(String, PdfRectangle, String) |
Adds the new radio button control with specified unique radio button
group name and caption to the PdfPage.
|
![]() | AddRadioButton(String, PdfPoint, PdfSize, String) |
Adds the new radio button control with specified unique radio button
group name and caption to the PdfPage.
|
![]() | AddRadioButton(String, Double, Double, Double) |
Adds the new radio button control with specified unique radio button
group name to the PdfPage.
|
![]() | AddRadioButton(Double, Double, Double, Double, String) |
Adds the new radio button control with auto-generated radio button
group name and caption to the PdfPage.
|
![]() | AddRadioButton(String, Double, Double, Double, Double, String) |
Adds the new radio button control with specified unique radio button
group name and caption to the PdfPage.
|