1
Reply

i have to use Properties.Resources.OfficeObject in C# for digitalSigning a word document,for this what name space i have to use,please give me reply if any one knows this

kiran kumar

kiran kumar

15y
8.8k
0
Reply

    You don't need to add any namespace. Add the OfficeObject.xml resource file to the project.

    To do this, goto the Project menu and click the project properties. Click the Resources tab. Click the Add Resource and select Add Existing file. Point to the OfficeObject.xml file and click Open.