docusignapi Define size of an anchor tab -


i have anchor tab signer. there way define size of sign box? tried customtabwidth not right.

<tabs>                 <tab>                     <documentid>lease agreement</documentid>                     <recipientid>1</recipientid>                     <anchortabitem>                         <anchortabstring>??cs1!</anchortabstring>                         <unit>cms</unit>                         <ignoreifnotpresent>false</ignoreifnotpresent>                     </anchortabitem>                     <customtabwidth>5</customtabwidth>                     <customtabwidthspecified>true</customtabwidthspecified>                     <type>signhere</type>                     <name>lessee signature 1</name>                 </tab>             </tabs> 

you can set "scalevalue" property value 0.5 1.0 set scale of tab. corresponds how can resize tabs in ui.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -