Adobe 26001360 - Illustrator CS - PC Manual page 208

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

Advertisement

208
Table 4.77 raster item, raster items — Properties (Continued)
Property
status
Valid Commands
• colorize
• count
• delete
• duplicate
• exists
• make
Notes
You can create raster items from a script if you use an external file. You can also create new
raster items by duplicating or copying and pasting an existing raster item.
Note that it is not necessary to set the type of the content variable before binding.
Illustrator automatically sets the type to image.
Example 54.1
This script creates a new raster item using a linked file selected by the user.
-- Make a new raster item in the first document
set rasterfile to choose file with prompt "Select file to import"
tell application "Illustrator CS"
set yPos to height of current document
make new raster item in document 1 with properties ¬
{position:{0, yPos}, file path:rasterfile}
end tell
R/O
Value type
R/O
Valid values:
• no data
• data from file
• modified data
• move
• rotate
• scale
• transform
• translate
12 Aug 03
AppleScript Reference
What it is
The status of the linked image, if the
image is stored externally

Advertisement

Table of Contents
loading

This manual is also suitable for:

Illustrator cs

Table of Contents