Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

Where do I find my API Key?

Where is .WithSignatureStyle(SignatureStyle.HAND_DRAWN)); setup in the code

In my code I have 2 parameters that I am passing string uniqueId, string coBrand can you elaborate on this comments?

In my MVC code project testing creating a Package I am trying to add a .WithSignatureStyle and  .WithSignatureType.

Replies Created

Approved Answer

Reply to: documentBuilder.WithDateSigned is not available

0 votes

I found a way to do it. I am running a "for" statement, for each TAB, inside a  foreach loop for every signer.  When signing the document the date comes up automatically to the right of the signature by Xoffset points.


documentBuilder.WithSignature(SignatureBuilder.SignatureFor(signer.Email)

                               .OnPage(int.Parse(signatureDetails[i].PageNumber))                                .AtPosition(int.Parse(signatureDetails[i].XPosition), int.Parse(signatureDetails[i].YPosition))                                .WithStyle(signatureDetails[i].SignatureStyle)

                               .WithField(FieldBuilder.SignatureDate()

                               .AtPosition(int.Parse(signatureDetails[i].XPosition) + signatureDetails[i].XOffset,                                 int.Parse(signatureDetails[i].YPosition) + signatureDetails[i].YOffset)

                               .OnPage(int.Parse(signatureDetails[i].PageNumber))

                               .WithFontSize(10)));


Subscriptions

Topics Replies Freshness Views Users

Where do I find my API Key?

3 1 month 1 week ago 28
Profile picture for user Duo_Liang

Where is .WithSignatureStyle(SignatureStyle.HAND_DRAWN)); setup in the code

1 1 month 1 week ago 17

In my code I have 2 parameters that I am passing string uniqueId, string coBrand can you elaborate on this comments?

3 1 month 3 weeks ago 26
Profile picture for user Duo_Liang

In my MVC code project testing creating a Package I am trying to add a .WithSignatureStyle and  .WithSignatureType.

5 2 months ago 38
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.