*SetDefaultPrinterOrientation()
Specifies the default orientation of the printout on the paper.
Syntax
*SetDefaultPrinterOrientation (Landscape/Portrait)
Application
MotionView, HyperView, HyperGraph, TextView, and MediaView.
Inputs
- Landscape
- 
             
 Figure 1.
- Portrait
- 
             
 Figure 2.
Context
*BeginDefaults()
Example
*BeginDefaults()
	*SetAutoSaveInterval(0)
	*SetDefaultPageLayout(1)
	*SetDefaultPSFile("data.ps")
	*SetDefaultPrinterOrientation(Landscape)
	*SetDefaultPrintRange(Current)
	• • •
*EndDefaults()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.