Adobe 26001360 - Illustrator CS - PC Manual page 189

Scripting guide
Hide thumbs Also See for 26001360 - Illustrator CS - PC:
Table of Contents

Advertisement

Adobe Illustrator CS Scripting Guide
Table 4.65 Photoshop options — Properties
Property
pixel aspect ratio
correction
preserve image maps
preserve layers
preserve slices
properties
Example 44.1
--
--
--
tell me
activate
set theFile to choose file with prompt "Select a Photoshop file that contains
layers:"
end tell
tell application "Illustrator CS"
activate
set photoshopOptions to {class:Photoshop options, preserve layers:true, pixel
aspect ratio correction:false}
set IllustratorPreferences to {class:Illustrator preferences, Photoshop file
options:photoshopOptions}
open theFile --with options {class:Photoshop options, preserve layers:false,
pixel aspect ratio correction:false}
end tell
R/O
Value type
boolean
boolean
boolean
boolean
record
12 Aug 03
What it is
If true, the imported images which have
a non-square pixel aspect ratio should be
adjusted
If true, image maps should be
preserved when the document is
converted; default: true
If true, layers should be preserved when
the document is converted;
default: true
If true, slices should be preserved when
the document is converted;
default: true
All of the path item's properties returned
in a single record (properties which are
individually read-only remain so in this
record).
189

Advertisement

Table of Contents
loading

This manual is also suitable for:

Illustrator cs

Table of Contents