Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 103
EPSOpenOptions
Options for opening a document in EPS format using the Application.open() method.
Properties
Property Value type What it is
antiAlias
boolean
Read-write. True to use antialias.
constrainProportions
boolean
Read-write. True to constrain the proportions of
the image.
height
UnitValue
Read-write. The height of the image (unit
value).
mode
OpenDocumentMode
Read-write. The color profile to use as the
document mode.
resolution
number
Read-write. The resolution of the document in
pixels per inch.
typename
string
Read-only. The class name of the referenced
EPSOpenOptions object.
width
UnitValue
Read-write. The width of the image (unit value).