HyperWorks Desktop

*SetDefaultPrintStyle()

Specifies either black and white or color output.

*SetDefaultPrintStyle()

Specifies either black and white or color output.

Previous topic Next topic No expanding text in this topic  

*SetDefaultPrintStyle()

Specifies either black and white or color output.

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

Syntax

*SetDefaultPrintStyle(BW/Color)

Arguments

Names

Description

 

BW

Black and white output.

 

Color

Color output.

Example

*BeginDefaults()

 *SetAutoSaveInterval(0)

 *SetDefaultPageLayout(1)

 *SetDefaultPSFile("data.ps")

 *SetDefaultPrinterOrientation(Landscape)

 *SetDefaultPrintStyle(Color)

 *SetDefaultPrintRange(Current)

 • • •

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Context

*BeginDefaults()

Comments

*SetDefaultPrintStyle() specifies both printer output and print-to-file output.

See also

 

*SetDefaultPrinterOrientation()

*SetDefaultPrintRange()

*SetDefaultPSFile()

List of Preference Statements