*SetDefaultPSFile()
Specifies the default Encapsulated PostScript (EPS) filename for printing to a file.
Syntax
*SetDefaultPSFile ("Name")
Application
MotionView, HyperView, HyperGraph, TextView, and MediaView.
Inputs
- "Name"
- The filename to be used for EPS output. Must be in double quotes.
Context
*BeginDefaults()
Example
*BeginDefaults()
*SetAutoSaveInterval(0)
*SetDefaultPageLayout(1)
*SetDefaultPSFile("data.eps")
*SetDefaultPrinterOrientation(Landscape)
*SetDefaultPrintRange(Current)
• • •
*EndDefaults()
Comments
The EPS file is stored in the directory from which the program was started.