Livecode Wiki
Advertisement

Specifies the location of the top edge of an EPS object's PostScript code.Syntax:

set the yOffset of <EPSObject> to <points>

Examples:

set the yOffset of EPS 1 to 72 -- 1 inch

Use the yOffset property to control the placement of an EPS object 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.

See also: boundingBox (property),points (property),postScript (property),top (property),xOffset (property),yExtent (property),

Advertisement