Heitor Badotti
Heitor Badotti

Reputation: 188

iText7 Single Cell spliting in two pages after page break

As you can see below, the same cell got splitted in two pages... But I need them in the same page, how can I do that?

I tried to use "SetHeight" in cell but no success...

enter image description here

Upvotes: 0

Views: 335

Answers (1)

shihabudheenk
shihabudheenk

Reputation: 636

You can try

new Cell().SetKeepTogether(true)

Upvotes: 1

Related Questions