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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -