Preview PDF in C#
.net, c#, c#-3.0, pdf
Solution
Another option is to use the WebBrowser control in your GUI. It's going to use the browser to render the PDF, but I'd do that route rather than mess around with the Adobe Reader ActiveX component.
If you don't want any type of PDF reader available on the client, you could also convert it to a graphic file through GhostScript and display it as a bitmap.
Problem
I'm looking for .NET GUI component (different than PDFsharp) allowing preview PDF 1-page document. Basically I need something similar to PictureBox where I can load bitmaps and show it. It would be great if that component allows zooming and moving picture inside. Freeware solutions preferred :)