Interface ISignatureSetup
public interface ISignatureSetup
Represents the information used to set up a signature packet.
-
Method Summary
boolean
Gets a Boolean value specifying whether the signer can enter comments in the Sign dialog box.
Gets the ID of the signature for a document.
boolean
Gets a Boolean value indicating whether the date the document was signed should be displayed.
Gets the instructions for signing the document.
Gets the name of the principle signer of the document.
Gets the email address of the signer of the document.
Gets the second line of suggested signer information (for example, title).
void
Sets a Boolean value specifying whether the signer can enter comments in the Sign dialog box.
void
Sets a Boolean value indicating whether the date the document was signed should be displayed.
void
Sets the instructions for signing the document.
void
Sets the name of the principle signer of the document.
void
Sets the email address of the signer of the document.
void
Sets the second line of suggested signer information (for example, title).
-
Method Details
-
-
-
getId
Gets the ID of the signature for a document.
-
getShowSignDate
boolean getShowSignDate()
Gets a Boolean value indicating whether the date the document was signed should be displayed. Read/write.
-
setShowSignDate
void setShowSignDate(boolean value)
Sets a Boolean value indicating whether the date the document was signed should be displayed. Read/write.
-
getSigningInstructions
String getSigningInstructions()
Gets the instructions for signing the document. Read/write.
-
setSigningInstructions
void setSigningInstructions(String value)
Sets the instructions for signing the document. Read/write.
-
getSuggestedSigner
Gets the name of the principle signer of the document. Read/write.
-
setSuggestedSigner
void setSuggestedSigner(String value)
Sets the name of the principle signer of the document. Read/write.
-
getSuggestedSignerEmail
String getSuggestedSignerEmail()
Gets the email address of the signer of the document. Read/write.
-
setSuggestedSignerEmail
void setSuggestedSignerEmail(String value)
Sets the email address of the signer of the document. Read/write.
-
getSuggestedSignerLine2
String getSuggestedSignerLine2()
Gets the second line of suggested signer information (for example, title). Read/write.
-
setSuggestedSignerLine2
void setSuggestedSignerLine2(String value)
Sets the second line of suggested signer information (for example, title). Read/write.