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