| Added Methods |
String
getContact()
|
Returns the signing contact. |
int
getPageNumber()
|
Provides the page number of the signature field which this signature appearance is associated with. |
Rectangle
getPageRect()
|
Provides the rectangle that represent the position and dimension of the signature field in the page. |
String
getSignatureCreator()
|
Returns the signature creator. |
PdfSigner
setContact(
String)
|
Sets the signing contact. |
PdfSigner
setPageNumber(
int)
|
Sets the page number of the signature field which this signature appearance is associated with. |
PdfSigner
setPageRect(
Rectangle)
|
Sets the rectangle that represent the position and dimension of the signature field in the page. |
void
setSignatureAppearance(
SignatureFieldAppearance)
|
Sets the signature field layout element to customize the appearance of the signature. |
PdfSigner
setSignatureCreator(
String)
|
Sets the name of the application used to create the signature. |