79550826

Date: 2025-04-02 13:55:32
Score: 1
Natty:
Report link

So I found the answer ... I saved the copied pages to an array and then had to add the image to each copied page

             foreach (var page in copiedPages)
             {
                 page.Canvas.DrawImage(results.Item2, results.Item1.Left, results.Item1.Top, results.Item1.Width, results.Item1.Height);
             }
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user30143181