Keeping together table rows

when inserting a table into a pdf (flow) document I would like it to keep all the rows together on one page.

I have tried the following, but it doesn''t work

IParagraph paragraph = section.AddParagraph();
paragraph.ParagraphFormat.Keep = true;
ITable table = paragraph.AppendTable();

cheers

1 Reply

DK Dhivya K Syncfusion Team September 18, 2006 01:09 PM UTC

Hi Matthew,

Thank you for your interest in Essential PDF.

Currently we do not have support for keeping all the rows together on one page.However, I will consult with development team regarding this and send you an update as soon as I hear back.

Thanks,
Dhivya.

Loader.
Up arrow icon