Rasteritem - Adobe 26001360 - Illustrator CS - PC Manual

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

Advertisement

Adobe Illustrator CS Scripting Guide
Dim psOpts As New Illustrator.PrintPostScriptOptions
Dim printOpts As New Illustrator.printOptions
printOpts.PostScriptOptions = psOpts
' print with different PS levels
psOpts.PostScriptLevel = aiPSLevel2
docRef.PrintOut printOpts
psOpts.PostScriptLevel = aiPSLevel3
docRef.PrintOut printOpts

RasterItem

A bitmap art object in a document.
Table 5.129 RasterItem — Properties
Property
Application
ArtworkKnockout
BlendingMode
BoundingBox
ContentVariable
ControlBounds
Editable
Embedded
File
GeometricBounds
Height
Hidden
ImageColorSpace
R/O
Value type
R/O
Application object
AiKnockoutState
enumeration
AiBlendModes
enumeration
Variant Array (of 4
Doubles)
Variable
R/O
Variant Array (of 4
Doubles)
R/O
Boolean
Boolean
String
R/O
Variant Array (of 4
Doubles)
Double
Boolean
AiColorSpace
enumeration
12 Aug 03
What it is
The Illustrator Application object
Is this RasterItem used to create a
knockout? If so, what kind of knockout?
The mode used when compositing an
object
Dimensions of RasterItem regardless
of transformations
The Variable that is bound to this
RasterItem
The bounds of the RasterItem
including stroke width and controls
If true, this RasterItem is editable
If true, the Raster art can be embedded
within the illustration
The file containing the RasterItem, if it
is stored externally
The bounds of the object excluding
stroke width
The height of the PluginItem, based
on GeometricBounds
If true, this RasterItem is hidden
The color space of the Raster image
429

Advertisement

Table of Contents
loading

This manual is also suitable for:

Illustrator cs

Table of Contents