HyperWorks Desktop

*SetDefaultPSFile()

Specifies the default Encapsulated PostScript (EPS) filename for printing to a file.

*SetDefaultPSFile()

Specifies the default Encapsulated PostScript (EPS) filename for printing to a file.

Previous topic Next topic No expanding text in this topic  

*SetDefaultPSFile()

Specifies the default Encapsulated PostScript (EPS) filename for printing to a file.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*BeginDefaults()

Comments

The EPS file is stored in the directory from which the program was started.

See also

 

*SetDefaultPrinterOrientation()

*SetDefaultPrintRange()

List of Preference Statements