Forums

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. So when they sign the document it will be complete even though they forgot to sign in one page because it was not require it was optional.

Forums

Until recently this worked with 1000 per page but NOW I had to do 250 to get it to work correctly, why?  I tried 500 and it failed just like 1000.  Are the OneSpan service side resources to consumed or what's going on that it now fails? (this is similar to the last Forum issue I submitted where the API is now more limited with more recent versions using the API)

 

Forums

Hello,

I am using 

 

signatureBuilder = signatureBuilder.WithField(FieldBuilder.RadioButton("Group3")
.WithName(fieldName)
.WithValidation(FieldValidatorBuilder.Basic().Required())
.WithPositionExtracted());

 

To create required radio buttons on a signing document.

Recently, I had to change the signing document(template) to use smaller fonts and the problem begun.

 

As shown in the screenshots, while signing, the radiobtn (or checkbox) became very small, so it is harder to click now.

Forums

When I am running my code there is point where I am assigning the X and Y position to the signers, using documentBuilder.WithSignature, but next to the signatures there is a date field that has to be updated automatically, and I am trying to use  documentBuilder.WithDateSigned but it does not exists. What is the alternative for writing the date automatically when signer sign?

Forums

I had API code below that used a PullPageSize of 500 and worked fine, but with the OneSpan updates that returns a null pointer.  I can use 100 without a problem.  

 

Why was the size limited?  What is the limit?  Using 100 make my retrievals MUCH slower

 

PageRequest npr = new PageRequest(i, PullPageSize);

Forums

In my MVC code project testing creating a Package I am trying to add a .WithSignatureStyle and  .WithSignatureType. and the SDK says it does not have a definition of neither one in the builder.
The issue is that the signature option only comes up as drawing.