Skip to main content
Newcomer
September 19, 2025
Question

I want to change individual height and width of signing box

  • September 19, 2025
  • 2 replies
  • 100 views

i want to use DocuSign Api Service to send document for digital Signature but the problem is that i want sign box in specified row of document so i want to change the width accordingly but their is only one option which is scaleValue so is there any option or api with any payload by which i can fix the height and width as per my require ment

2 replies

Docusign Employee
September 24, 2025

Hi,

Thanks for reaching out to Docusign Support.

The size of the signHereTabs can only be changed through the scaleValue parameter. The documentation below lists all the parameters for that tab.


https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/enveloperecipienttabs/create/#schema__enveloperecipienttabs_signheretabs_scalevalue

Best regards,

Docusign Employee
October 7, 2025

@CKP You can also review the blog post Tabs deep dive: anatomy of a tab for information about scaleValue and a code example.