| Changed Methods |
AccessPermissions
getCertificationLevel()
|
Change in return type from int to AccessPermissions. Documentation changed from old to new. |
Returns the document's certification level. |
String
getContact()
|
Documentation changed from old to new. |
Returns the signing contact. |
PdfSigFieldLock
getFieldLockDict()
|
Documentation changed from old to new. |
Getter for the field lock dictionary. |
String
getFieldName()
|
Documentation changed from old to new. |
Gets the field name. |
String
getLocation()
|
Documentation changed from old to new. |
Returns the signing location. |
int
getPageNumber()
|
Documentation changed from old to new. |
Provides the page number of the signature field which this signature appearance is associated with. |
Rectangle
getPageRect()
|
Documentation changed from old to new. |
Provides the rectangle that represent the position and dimension of the signature field in the page. |
String
getReason()
|
Documentation changed from old to new. |
Returns the signing reason. |
SignatureFieldAppearance
getSignatureAppearance()
|
Documentation changed from old to new. |
Gets signature field appearance object representing the appearance of the signature. |
String
getSignatureCreator()
|
Documentation changed from old to new. |
Returns the signature creator. |
SignerProperties
setCertificationLevel(
AccessPermissions)
|
Change in signature from int to AccessPermissions. Documentation changed from old to new. |
Sets the document's certification level. |
SignerProperties
setContact(
String)
|
Documentation changed from old to new. |
Sets the signing contact. |
SignerProperties
setFieldLockDict(
PdfSigFieldLock)
|
Documentation changed from old to new. |
Setter for the field lock dictionary. |
SignerProperties
setFieldName(
String)
|
Documentation changed from old to new. |
Sets the name indicating the field to be signed. |
SignerProperties
setLocation(
String)
|
Documentation changed from old to new. |
Sets the signing location. |
SignerProperties
setPageNumber(
int)
|
Documentation changed from old to new. |
Sets the page number of the signature field which this signature appearance is associated with. |
SignerProperties
setPageRect(
Rectangle)
|
Documentation changed from old to new. |
Sets the rectangle that represent the position and dimension of the signature field in the page. |
SignerProperties
setReason(
String)
|
Documentation changed from old to new. |
Sets the signing reason. |
SignerProperties
setSignatureAppearance(
SignatureFieldAppearance)
|
Documentation changed from old to new. |
Sets the signature field layout element to customize the appearance of the signature. |