HyperWorks Desktop

*SetDefaultPrintRange()

Specifies the pages to print by default.

*SetDefaultPrintRange()

Specifies the pages to print by default.

Previous topic Next topic No expanding text in this topic  

*SetDefaultPrintRange()

Specifies the pages to print by default.

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

Syntax

*SetDefaultPrintRange(All/Current)

Arguments

Names

Description

 

All        

Prints all pages in the page list.

 

Current

Prints only the currently displayed page.

Example

*BeginDefaults()

 *SetAutoSaveInterval(0)

 *SetDefaultPageLayout(1)

 *SetDefaultPSFile("data.ps")

 *SetDefaultPrinterOrientation(Landscape)

 *SetDefaultPrintRange(Current)

 • • •

*EndDefaults()

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Context

*SetDefaultPrintRange()

Comments

The print range is displayed on the print dialog.

See also

 

*SetDefaultPrinterOrientation()

*SetDefaultPSFile()

List of Preference Statements