'Declaration Public Property InterruptLayoutOnLastPage As Boolean
public bool InterruptLayoutOnLastPage { get; set; }
Property Value
True - the layout engine interrupts the layout process on last page;
false - the layout engine layouts elements until any part of element is visible on last page.
Default value is true.
false - the layout engine layouts elements until any part of element is visible on last page.
Default value is true.