I am using PDFSharp to create PDF files in my C# application. It's working very good, but i did not find out how to create preview with more than one page. I have no trouble creating and saving document with multiple pages, also embedding PagePreview
into my Form is working.
But how do i display (and draw on) more than one page in the Preview?
Is there a way to pass another XGraphics
object to associated RenderEvent
function (that would be created from second page in document (XGraphics.FromPdfPage(...)
))?