Discover if the content of the document enters a new page

hi,

I ’ ve got a further question:

Does Aspose.pdf offer a method which discovers if the content of the document enters a new page, just like this:


foreach(Row row in tableXinPdfDocument)
{
if(row.EnterNewPage && row!=titleRow)
{
tableXY.InsertRow(titleRow, row)
}
}


Best regards,

i. A. Jochen Schreck

Dear Jochen,

Thanks for your consideration.

Aspose.pdf does not offer a method which discovers if the content of the document enters a new page. But we plan to add support for first row repeating in tables. Your can decide whether the first row of a table be repeated in a new page. Dose this function meet your needs?