Specifies either black and white or color output.
*SetDefaultPrintStyle()Specifies either black and white or color output. |
|||||
*SetDefaultPrintStyle()Specifies either black and white or color output. |
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 |
||
Comments |
*SetDefaultPrintStyle() specifies both printer output and print-to-file output. |
|
See also |
|
|