Specifies the default orientation of the printout on the paper.
*SetDefaultPrinterOrientation()Specifies the default orientation of the printout on the paper. |
|||||
*SetDefaultPrinterOrientation()Specifies the default orientation of the printout on the paper. |
Syntax |
*SetDefaultPrinterOrientation(Landscape/Portrait) |
|
Arguments |
Names |
Description |
Landscape |
||
Portrait |
||
Example |
*BeginDefaults() *SetAutoSaveInterval(0) *SetDefaultPageLayout(1) *SetDefaultPSFile("data.ps") *SetDefaultPrinterOrientation(Landscape) *SetDefaultPrintRange(Current) • • • *EndDefaults() |
|
Application |
MotionView, HyperView, HyperGraph, TextView, and MediaView. |
|
Context |
||
Comments |
Use portrait if the image’s vertical dimension is greater than its horizontal dimension. Use landscape if the image’s horizontal dimension is greater than its vertical dimension. |
|
See also |
|
|