LinePrinter.LineWillFit Method

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.

Syntax

[Visual Basic]
Public Function LineWillFit() As Boolean
[C#]
public bool LineWillFit();

Return Values

True if the line will fit.

False if the line will not fit.

Exceptions

LinePrinterException

More Information

LinePrinter Class