How to display PDF or Word's DOC/DOCX inside WinForms window?

后端 未结 4 487
猫巷女王i
猫巷女王i 2020-12-06 11:18

I\'m wondering what\'s the best option to display a pdf/doc document inside form in my c# winforms app.

This control should only allow do display preview. Edtiting d

4条回答
  •  天命终不由人
    2020-12-06 11:45

    You can use Preview Handlers. There is a WPF Article over at CodeProject, which should be dead easy to translate to WinForms if you need it.

提交回复
热议问题