Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

I am trying to understand how conditional fields and logic works in the .NET SDK C# code. I have 4 RADIO buttons, 4 TEXT fields and 4 SIGN fields.

In the following piece of code I am inserting Check Buttons, thru a list of SignatureDetails. Here I am adding the entries to the 

I am inserting this kind of Tabs {ESIG_BORR01_SO_0001} using .WithPositionAnchor(new TextAnchor() { AnchorText = signatureDetails[i].AnchorTabString, Height = 20, Width = 80 })  from reading &

Running some test on QA now we are running on this issue. Can you share a light of what this could be?

I am looking for a C# code that will allow me to to add a signer in an specific  page but the signing has to be optional.

Replies Created

Reply to: OneSpanSign.Sdk.Builder

0 votes

Too bad. I was trying to get away from doing .AtPosition(175, 165). My code automatically knows where the signature goes and the only issues is that it only comes as drawing. Should it ask what you prefer automatically?


Reply to: Building some code for CreateEnvelopeRequest (package)

0 votes

Thanks a lot for your help. The uniqueId is an internal JobId and I just found out that we have a SQL DB where we keep all the variables for the CoBranding, APIKeys,, BaseURL etc. I will keep this ticket open in case I have more questions.


Approved Answer

Reply to: .WithSignatureStyle(SignatureStyle.HAND_DRAWN)

1 votes

I found it is actually .WithStyle
documentBuilder.WithSignature(SignatureBuilder.SignatureFor(signer.Email)

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


Reply to: API Key

0 votes

Can you send me the link to get to my sender portal?


Subscriptions

Topics Replies Freshness Views Users

I am trying to understand how conditional fields and logic works in the .NET SDK C# code. I have 4 RADIO buttons, 4 TEXT fields and 4 SIGN fields.

1 1 day 7 hours ago 15

In the following piece of code I am inserting Check Buttons, thru a list of SignatureDetails. Here I am adding the entries to the 

6 1 month 2 weeks ago 85

I am inserting this kind of Tabs {ESIG_BORR01_SO_0001} using .WithPositionAnchor(new TextAnchor() { AnchorText = signatureDetails[i].AnchorTabString, Height = 20, Width = 80 })  from reading &

1 2 months ago 54

Running some test on QA now we are running on this issue. Can you share a light of what this could be?

0 2 months 3 weeks ago 31

I am looking for a C# code that will allow me to to add a signer in an specific  page but the signing has to be optional.

0 3 months ago 25

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.