HyperWorks Desktop

*AddPaperSize()

Adds the given paper size to the list of available paper sizes.

*AddPaperSize()

Adds the given paper size to the list of available paper sizes.

Previous topic Next topic No expanding text in this topic  

*AddPaperSize()

Adds the given paper size to the list of available paper sizes.

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

Syntax

*AddPaperSize(name, width, height, units)

Arguments

Name

Description

 

name

The name of the paper size.

 

width

The width of the paper.

 

height

The height of the paper.

 

units

The units that the paper dimensions are given in (“inches”, “mm”, or “points”).

Example

*BeginDefaults()                                        

 *AddPrinter("lj1", "lpr")                              

*AddPaperSize("Slide", 11.0, 7.33, inches)

*EndDefaults()

Application

HyperGraph 2D, HyperView, MotionView, MediaView, and TextView

Context

*BeginDefaults()                

See also

 

*AddPrinter()

List of Preference Statements