HyperWorks Desktop

*SetDefaultPrinterOrientation()

Specifies the default orientation of the printout on the paper.

*SetDefaultPrinterOrientation()

Specifies the default orientation of the printout on the paper.

Previous topic Next topic No expanding text in this topic  

*SetDefaultPrinterOrientation()

Specifies the default orientation of the printout on the paper.

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

Syntax

*SetDefaultPrinterOrientation(Landscape/Portrait)

Arguments

Names

Description

 

Landscape

landscape

 

Portrait

portrait

Example

*BeginDefaults()

 *SetAutoSaveInterval(0)

 *SetDefaultPageLayout(1)

 *SetDefaultPSFile("data.ps")

 *SetDefaultPrinterOrientation(Landscape)

 *SetDefaultPrintRange(Current)

 • • •

*EndDefaults()

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Context

*BeginDefaults()

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

 

*SetDefaultPrintRange()

*SetDefaultPSFile()

List of Preference Statements