Skip to main content
Question

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

  • April 10, 2025
  • 1 reply
  • 8 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 ));
 

1 reply

Ivan.Dinkov
Docusign Employee
Forum|alt.badge.img+4
  • Docusign Employee
  • 37 replies
  • 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.