Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created September 16, 2022 20:51
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/2643ea4e2607f4193790d4caa2a0761c to your computer and use it in GitHub Desktop.
Save bjoerntx/2643ea4e2607f4193790d4caa2a0761c to your computer and use it in GitHub Desktop.
SignatureBoxes = new SignatureBox[] {
new SignatureBox("txsign") {
SigningRequired = true, Style = SignatureBox.SignatureBoxStyle.Signature },
new SignatureBox("txsign_init") {
SigningRequired = true, Style = SignatureBox.SignatureBoxStyle.Initials }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment