如何防止用户使用 C#4.0 编辑 DsoFramer 中加载的 Word 文档?

发布于 2024-11-11 14:07:01 字数 165 浏览 2 评论 0原文

我们正在开发基于 C#.net 4.0 Windows 窗体的应用程序。我们正在使用 Dsoframer 控件将 Word 文档嵌入到我的应用程序中。在这里,我想阻止用户编辑文档。我已经以只读模式打开了 Word 文档。但用户仍然可以编辑文档。无论如何,更新的内容不会反映在原始文档中。但我还想阻止用户进行此类编辑?

We are developing C#.net 4.0 Windows Forms based application.we are using Dsoframer control to embed the Word document into my Application.Here, i want to prevent the user to edit the document.I have already opened Word Document in READ Only Mode.But still user can able to edit the doucment.Anyway, the updated content is not refelected in the original Document.But i would also like to prevent the user to make such editing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

亽野灬性zι浪 2024-11-18 14:07:01
 wordDoc.Protect(Microsoft.Office.Interop.Word.WdProtectionType.wdAllowOnlyReading);

这是这样做...

 wordDoc.Protect(Microsoft.Office.Interop.Word.WdProtectionType.wdAllowOnlyReading);

This is do that...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文