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
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.