What does Hasmorepages PrintPageEventArgs property do exactly?
问题 I am trying to understand what Hasmorepages PrintPageEventArgs property is, why would you use it and how does it work. MSDN Library doesn't really have a good explanation. All they say is that if you set it to true, printpage event is called again. Is that mean the event loops on itself without leaving or leaves and calls itself again or relies on you to call the printpage event again? I am just trying to understand PrintPageEventArgs.hasmorepages property. Any hints or help will be greatly