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