LineAboveFooter Property
Returns or sets whether a line should be printed above the document footer. Applies only when printing text or text files using the
PrintDoc
method.
Syntax
object
.
LineAboveFooter
[=
boolean
]
Where
object
evaluates to an
ASP Printer
object.
The settings for
boolean
are:
True
(Default). Specifies that a line should be printed above the document footer.
False
Specifies that no line should be printed above the document footer.