Returns or sets whether ASP Printer should draw a border around the document. Applies only when printing text data or text files using the PrintDoc method.
Syntax
object.PrintBorder [=boolean]
Where object evaluates to an ASP Printer object.
The settings for boolean are:
True
Specifies that the object should print a border.
False
(Default). Specifies that the object should not print a border.