I'm writing an application that does a lot of batch printing, but each print is taking several seconds to complete. I've tracked it down to the getter of property PageSettings.PrintableArea
in System.Drawing.Printing
- each call to that takes over one seconds to finish!
Can anyone shed any light onto why this is, and also how it can be improved?