Click here to Skip to main content
16,012,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
Friends I want to know how to digitally sign the Microsoft office document using c sharp or VB.net
Posted

1 solution

C#
ThisApplication.ActiveDocument.Signatures.Add();
ThisApplication.ActiveDocument.Signatures.Commit();


http://social.msdn.microsoft.com/Forums/ar/worddev/thread/8b020f91-acc5-4d33-a928-bf06bef8c6a9[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900