Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active August 26, 2021 15:55
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/3ba324b2540d4d4e0adf9e5a16bb152b to your computer and use it in GitHub Desktop.
Save bjoerntx/3ba324b2540d4d4e0adf9e5a16bb152b to your computer and use it in GitHub Desktop.
@Html.TXTextControl().DocumentViewer(settings =>
{
settings.DocumentPath = "~/App_Data/Documents/template.tx";
settings.SignatureSettings = new SignatureSettings()
{
ShowSignatureBar = true,
OwnerName = "Paul Paulsen",
SignerName = "Signer A",
SignerInitials = "AA",
SignatureBoxName = "txsign_signerA",
UniqueId = "123123123",
};
}).Render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment