M
Manish Buttan
Hi
I have written an application in C# that converts values in a form, into a well formatted word document (using office automation object)
I would like to protect the contents of the document. I have done the same through enabling protection (.protect method) of the document
But I observed that the user is still able to copy text from my word document and paste it into notepad, word etc. I do not want this to happen
How do I go about doing the same
Thank you in advance
Manis
I have written an application in C# that converts values in a form, into a well formatted word document (using office automation object)
I would like to protect the contents of the document. I have done the same through enabling protection (.protect method) of the document
But I observed that the user is still able to copy text from my word document and paste it into notepad, word etc. I do not want this to happen
How do I go about doing the same
Thank you in advance
Manis