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