Hi,
I have a question regarding a table that is split by a page break.
Because of other content on top of the first page I need to give the table a margin top on the first page. When the table needs to be split onto the second page, how can i tell the table to start on top of the page instead of having the same margin top as on the first page.
Table table = new Table();
table.Top = 400;
table.Left = 27;
… content goes here - page break at some point
// Add the table to the document
pdfDocument.Pages[1].Paragraphs.Add(table);
Thanks for your support in advance.
Best regards,
Frank