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