check the code for pagination in PdfGenerator.cs it should be easy to convert it into image generation per page (basically a game of setting ScrollOffset).
Note, the quality of the PDF is lower when the content is image.
Also, if you have the time and it is important enough for you, you may check iTextSharp, using it instead of PdfSharp shouldn't be to hard to achieve.
Best of luck.
Note, the quality of the PDF is lower when the content is image.
Also, if you have the time and it is important enough for you, you may check iTextSharp, using it instead of PdfSharp shouldn't be to hard to achieve.
Best of luck.