Skip to main content

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

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,


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