Created
May 27, 2019 08:30
-
-
Save bjoerntx/5e2585378f9207d3209854e95d0671a5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TXTextControl.SaveSettings settings = new TXTextControl.SaveSettings(); | |
X509Certificate2 cert = new X509Certificate2("test.pfx", "123"); | |
settings.DigitalSignature = new TXTextControl.DigitalSignature(cert, null); | |
textControl1.Save("results.pdf", TXTextControl.StreamType.AdobePDF, settings); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment