yOffset

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the yOffset of <EPSObject> to <points>
Summary

Specifies the location of the top edge of an EPS object's postScript code.

Introduced1.0
OSlinux
Platformsdesktop
Example
set the yOffset of EPS 1 to 72 -- 1 inch
Values
NameTypeDescription
Value

The yOffset of an EPS object is an integer.

RelatedKeyword: item
Glossary: EPS, property
Property: boundingBox, points, postScript, top, xOffset, yExtent
Description

Use the yOffset property to control the placement of an EPSobject on the paper when it's printed.

The yOffset is the distance in points from the top edge of the paper to the top edge of the postScript object. This controls the placement of the postScript object when it's rendered.

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

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

Tagsmultimedia