skim

How Can I Increase Checkbox Size for Signing Field?

0 votes

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.

Also, after signing is completed, the "x" mark on the radiobtn (or checkbox) also became very small.

 

I have tried to use .WithSize() option but looks like this does not work with .WithPositionExtracted()

In this case, is  there any way to increase the radiobtn(or checkbox) size along with the "x" mark without making changes to the signing template I have?

 

 

 


Attachments
Approved Answer

Reply to: How Can I Increase Checkbox Size for Signing Field?

0 votes

I could not do it thru the API methods, but I found a walk around.

I used transparent form fields in the PDF editor and placed them on the checkbox & radio buttons.

Their sizes can be adjusted by adjusting the form field size.


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