Forums
Hi!
I am having trouble when placing the signature tab location. Here is my code
Signature signHere = SignatureBuilder
.SignatureFor(signer.Email)
.OnPage(Convert.ToInt32(pageNumber) - 1)
.AtPosition(45, 424)
.Build();
As you can see , I specify 424 for the Y axis. However, in the attached screenshot of the signed document, you can see that the signature tab is located way below 360 !!!
Is there an offset somewhere I forgot to set ?
- Read more about Signature location
- 1 comment
- Log in or register to post comments
- 81 views