Skip to content

Commit 105e8ce

Browse files
committed
better position of tab
1 parent d8a750e commit 105e8ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launcher-csharp/eSignature/Examples/SetEnvelopeTabValue.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ public static (string, string) CreateEnvelopeAndUpdateTabData(
8686
Numerical numericalSalary = new Numerical
8787
{
8888
ValidationType = "Currency",
89-
XPosition = "50",
90-
YPosition = "50",
89+
XPosition = "210",
90+
YPosition = "235",
9191
Height = "20",
9292
Width = "70",
9393
PageNumber = "1",

0 commit comments

Comments
 (0)