stuladhar

Signind Date field example

0 votes
I am able to insert the Signature and Initials programmatically using .NET SDK . Do you have any example where it shows how to insert “Signing Date” filed using .NET SDK. Thanks, Sumit

Approved Answer

Reply to: Signind Date field example

1 votes
Hey Sumit, It would be something like this:
.WithSignature(SignatureBuilder.SignatureFor("[email protected]")
                                    .AtPosition(165, 400)
                                    .OnPage(0)
                                    .WithField(FieldBuilder.SignatureDate()
                                        .AtPosition(365,400)
                                        .OnPage(0)))

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Reply to: Signind Date field example

0 votes
Thanks William. That helped me a lot. -Sumit

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off