Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created September 16, 2022 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/0eb0a960704e77d9d5c158eb227e8a1c to your computer and use it in GitHub Desktop.
Save bjoerntx/0eb0a960704e77d9d5c158eb227e8a1c to your computer and use it in GitHub Desktop.
// create a signature field
SignatureField signatureField = new SignatureField(
new System.Drawing.Size(2000, 2000), "txsign", 10) {
Image = new SignatureImage("signature.svg", 0),
SignerData = new SignerData(
"Tim Typer",
"Developer",
"5652 Text Control Dr",
"tim@textcontrol.com",
"Contract signature")
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment