Docusign integration - resizing the signheretab

Hi Everyone - In a document, there are multiple signers which are aligned one below another. When automatically assigning signers using Docusign API, default size is set to sign icon in docusign which causes overlap. But client wants to resize the sign icon to avoid overlap. Tried using height and width property but it is not reducing the sign icon size, can someone confirm if ScaleValue property exists for docusign integration?

Hi @aiswariyas,
Please look into this article about scaleValue property.
ScaleValueProperty is not shipped as part of the DocuSign component.
However you can add the property on your own & add the property in any tab you want to use scaleValue. Please make sure to use proper case as required by the DocuSign API.

Thanks