Is it possible to Pre-Date a Signature using the .Net SDK?
Tuesday, July 9, 2019 at 10:05amI just discovered that someone in our Company is downloading the Document, printing it and having the Officer manually sign the Document rather than using the Web Site to Sign a Document. Yes. She created much unnecessary work for herself. I have a hundred Documents that need to be Signed to complete them but I don't see any way to Pre-Date the Signature.
The only way I see to Sign a Document through the SDK is:
eslClient.SignDocuments(ESignId, SignerId);
or
eslClient.SignDocuments(ESignId, "[email protected]");
The original Document was signed weeks and months ago. If I sign the Document using the above Code it will be signed with Today's Date. Is there any way to change this?
Gerry
Reply to: Is it possible to Pre-Date a Signature using the .Net SDK?
Tuesday, July 9, 2019 at 01:04pmReply to: Is it possible to Pre-Date a Signature using the .Net SDK?
Wednesday, July 10, 2019 at 11:30amReply to: Is it possible to Pre-Date a Signature using the .Net SDK?
Wednesday, July 10, 2019 at 11:38amReply to: Is it possible to Pre-Date a Signature using the .Net SDK?
Wednesday, July 10, 2019 at 11:55amReply to: Is it possible to Pre-Date a Signature using the .Net SDK?
Wednesday, July 10, 2019 at 11:59am