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