*SetDefaultPrintRange()

Specifies the pages to print by default.

Syntax

*SetDefaultPrintRange (All/Current)

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Inputs

All
Prints all pages in the page list.
Current
Prints only the currently displayed page.

Context

*SetDefaultPrintRange()

Example

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

Comments

The print range is displayed on the print dialog.