*PrintAreaBorders()
Specifies whether window borders are drawn when printing.
Syntax
*PrintAreaBorders (On/Off)
Application
MotionView, HyperView, HyperGraph 3D, TextView, and MediaView.
Inputs
- On
 - Draws window borders.
 - Off
 - Disables the window border drawing feature.
 
Context
*BeginDefaults()
Example
*BeginDefaults()
	*SetAutoSaveInterval(0)
	*SetDefaultPageLayout(1)
	*PrintAreaBorders(On)
	*SetDefaultPSFile("data.ps")
	*AddPrinter("lj2", "1pr -Plj2")
	*SetDefaultPrinterOrientation(Landscape)
	*SetDefaultPrintRange(Current)
	• • •
      Comments
The original default is on.