mukesh agrawal
mukesh agrawal

Reputation: 7

docusignapi Define size of an anchor tab

I have a anchor tab for a signer. Is there any way to define the size of a Sign box? I tried CustomTabWidth but it does not look 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>

Upvotes: 0

Views: 80

Answers (1)

Jeff Kyllo
Jeff Kyllo

Reputation: 698

You can set the "scaleValue" property with a value from 0.5 to 1.0 to set the scale of the tab. This corresponds with how you can resize tabs in the UI.

Upvotes: 1

Related Questions