Determines if there is room on the current page for another line. This determination takes into consideration any footer lines that will also be required on the current page.
[Visual Basic]
Public Function LineWillFit() As Boolean
[C#]
public bool LineWillFit();
True if the line will fit.
False if the line will not fit.