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