Adobe InDesign CS5.5 (7.5) Object Model JS: ScriptUIImage

InDesign CS5.5

Class

ScriptUIImage

 

Encapsulates a set of images that can be drawn into a control.

Different images can reflect the current state, such as a dimmed version for a disabled control. Create with the newImage() method. Passed as an argument to drawImage().

Properties

PropertyTypeAccessDescription
formatString readonlyThe image format. One of: resource, JPEG, GIF, TIFF, PNG, or PICT (Macintosh).
nameString readonlyThe image name. Either the file name, or the resource name.
pathnameString readonlyThe full path to the file that contains the image.
sizeDimension readonlyThe image size in pixels.

Element of

IconButton.image

ListItem.image

Used in:

void ScriptUIGraphics.drawImage (image: ScriptUIImage, left: Number, top: Number[, width: Number][, height: Number])

Return

ScriptUIImage ScriptUI.newImage (normal: String[, disabled: String][, pressed: String][, rollover: String])

Jongware, 28-Apr-2012 v3.0.3iContents :: Index