79666322

Date: 2025-06-15 05:30:56
Score: 1
Natty:
Report link

You can check if the e.HasMorePages is true and get all the pages from an array and print it. Something like this.

if(e.HasMorePages)
{
    for(int i =0; i < PagesArray.Length; i++)
    {
      YouPrintMethod(PagesArray[i]);
    }
}

Hope my tip can help you.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: DOA