Skip to main content

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 ));
 

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.
 


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.

 


Reply


OSZAR »