I am trying to insert dynamic pages inside my fixeddocument in a loop
FixedPage page1 = new FixedPage();
but after first page it give error content is already a child of another control. Can you guide me how to add pages to your fixeddocument. How can I make an array of pages?