When inheriting from System.Drawing.Printing.PrintDocument is there a way to get the page margin bound before the OnPrintPage event?
I'm only able to get it from the OnPrintPage event but this is being called for every pages and I would like to initialize my image before the first page is being called.
The ideal place would be in the OnBeginPrint event.