xOffset

Specifies the location of the left edge of an EPS postScript code.

# Metadata

Platforms: desktop OS: linux Introduced: 1.0 Security:

# Syntax

set the xOffset of EPSObject to number

# Examples

set the xOffset of EPS thisObject to 144 -- 2 inches

# Description

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

The xOffset is the distance in points from the left edge of the paper to the left edge of the PostScript object. This controls the placement of the PostScript object when it's rendered.

The xOffset of an EPS is equal to the first item in the object boundingBox property.

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

# Tags

# See

- **keyword:** item, integer - **glossary:** object, EPS, property - **property:** left, points, boundingBox, postScript, yOffset