0

How to set graphical signature location, left or top, while creating a Signature Field with CoSign Signature API programmatically?

Alexander Zwitbaum
  • 4,776
  • 4
  • 48
  • 55

1 Answers1

0

The default location of the graphical signature is on the left. If you want it to be on top, you need to set the AR_PDF_SIGN_VERTICAL flag (0x00000004) as part of the signature field’s Flags attribute in the SAPI_SIG_FIELD_SETTINGS structure.

Almog G.
  • 817
  • 7
  • 11