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