Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 11, 2024 11:39
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/d52af0b41433ebe48cb2ee13014987a3 to your computer and use it in GitHub Desktop.
Save bjoerntx/d52af0b41433ebe48cb2ee13014987a3 to your computer and use it in GitHub Desktop.
@Html.TXTextControl().DocumentViewer(settings => {
settings.DocumentPath = "documents/signme.tx";
settings.Dock = DocumentViewerSettings.DockStyle.Fill;
settings.SignatureSettings.DefaultSignatureFont = new SignatureFontSettings() {
Family = "Pacifico",
};
}).Render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment