Livecode Wiki
Advertisement

Specifies the height of an EPS object's PostScript bounding box.Syntax:

set the yExtent of <EPSObject> to <number>

Examples:

set the yExtent of EPS myEPS to 288 -- 4 inches

Use the yExtent property to control the appearance of an EPS object.

An EPS object's yExtent is the height in points of the PostScript object. This controls the size of the PostScript object when it's rendered.

The yExtent of an EPS object is equal to the fourth item in the object's boundingBox property.

This property is supported only on Unix systems with Display PostScript installed.

See also: boundingBox (property),scaleIndependently (property),points (property),yOffset (property),postScript (property),

Advertisement