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