I have an application that displays a user-supplied image as part of what the app does. I need to include a PDF as a supported image type.
Is there a PictureBox or some control that can show PDFs? The AxAcroPDF COM control comes close, but I need to be able to access a page of the PDF as a Bitmap object, which I haven't been successful at with AxAcroPDF.
Is there a PictureBox or some control that can show PDFs? The AxAcroPDF COM control comes close, but I need to be able to access a page of the PDF as a Bitmap object, which I haven't been successful at with AxAcroPDF.
Comment