Search code examples
c#winformspdfpictureboxpdf-viewer

How to show a pdf file in picturebox?


I want to show a pdf page in the picturebox. Is it possible to do that? if not is there any other way out where i can show the pdf page inside the windows form in visual studio? Thanks


Solution

  • No. A PictureBox can only display a System.Drawing.Image, which a PDF is not.

    Instead, you should be searching for a Winforms PDF viewer.