*SetDefaultPrintStyle()

Specifies either black and white or color output.

Syntax

*SetDefaultPrintStyle (BW/Color)

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Inputs

BW
Black and white output.
Color
Color output.

Context

*BeginDefaults()

Example

*BeginDefaults()
	*SetAutoSaveInterval(0)
	*SetDefaultPageLayout(1)
	*SetDefaultPSFile("data.ps")
	*SetDefaultPrinterOrientation(Landscape)
	*SetDefaultPrintStyle(Color)
	*SetDefaultPrintRange(Current)
	• • •

Comments

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