Specifies the pages to print by default.
*SetDefaultPrintRange()Specifies the pages to print by default. |
|||||
*SetDefaultPrintRange()Specifies the pages to print by default. |
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 |
||
Comments |
The print range is displayed on the print dialog. |
|
See also |
|
|