Generated by
JDiff

Class com.itextpdf.signatures.SignerProperties

Removed Methods
Calendar  getSignDate() Gets the signature date.
SignerProperties  setSignDate( Calendar) Sets the signature date.
 

Added Methods
Calendar  getClaimedSignDate() Gets the signature date.
SignerProperties  setClaimedSignDate( Calendar) Sets the signature date.
 

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.
 

Added Fields
String  IGNORED_ID This string could be used to create the SignatureFieldAppearance instance which will be used for signing since its ID will be ignored anyway in that case, and specified ID won't override the field name.