I found that Ghostscript is able to convert PDF to Image format.
I tried PDF to Image Converter but not able to understand it clearly.
I have installed
The gsdll32.dll
file is not a managed .NET library. You can't reference it in your project. You have to include it in your project as "content" (menu: Add existing item) and let VS copy it to the output directory. Meanwhile you should read the Ghostscript API docs and this article on PInvoke.net on how to reference the Ghostscript functions.
Keep in mind that Ghostscript is all unmanaged code and that you have to do the clean-up yourself after using the library.
Edit: What Robert said is important, too. Of course, you have to use the correct version of the Ghostscript library.