Skip to main content
Question

How to adjust the size of dfsle sign tab in apex tool kit salesforce

  • April 10, 2025
  • 2 replies
  • 58 views

Forum|alt.badge.img

How to adjust the size of dfsle signTabs, I want to make it bigger size, as standard size 100 is too small

 

            dfsle.Tab signTabs =  new dfsle.SignHereTab().withAnchor(new dfsle.Tab.Anchor(System.label.Purchaser_Signature, false,false, 'right',  true,  true, 'pixels',  0,  0 ));
 

2 replies

Ivan.Dinkov
Docusign Employee
Forum|alt.badge.img+7
  • Docusign Employee
  • April 11, 2025

Hi ​@Burhan 

You can use “withScale” method https://developers.docusign.com/docs/salesforce/apex-toolkit-reference/signaturetab.html
This field accepts values from 0.5 to 2.0, where 0.5 is half the normal size, 1.0 is normal size, and 2.0 is twice the normal size.
 


Forum|alt.badge.img+13
  • Community Moderator
  • April 18, 2025

Hello ​@Burhan,

I hope you are doing well. I want to confirm if you were able to solve your issue by utilizing the suggested solution or if the information provided was useful. If so, please mark it as the "Best Answer ✅" by clicking “Select as Best” to make it easier for other users to find. Otherwise, let me know and I will gladly help you address the situation as soon as possible.

 

Best regards,

Jenny | Docusign Community Moderator

"Select as Best" below if you find the answer a valid solution to your issue.