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

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -