I can\'t find documentation in PDFsharp to show how to add a 2nd page using C#!
As an example, over in VB6 I use a PDF creation method called mjwPDF. To indicate th
Before trying to create a new XGraphics object for the new page, dispose the old existing object:
xgrObject.Dispose();