yExtent

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the yExtent of <EPSObject> to <number>
Summary

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

Introduced1.0
OSlinux
Platformsdesktop
Example
set the yExtent of EPS myEPS to 288 -- 4 inches
Values
NameTypeDescription
Value

The yExtent of an EPS object is a positive integer.

RelatedKeyword: item, integer
Glossary: object, EPS, property
Property: boundingBox, scaleIndependently, points, yOffset, postScript
Description

Use the yExtent property to control the appearance of an EPSobject.

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.

Tagsmultimedia