ImageIOPreference

Image I/O preferences.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, Number, Object, String

Hierarchy:

Superclass: Preference

Class: ImageIOPreference

Property Listing

Property

Type

Access

Description

allowAutoEmbedding

Boolean

read/write

If true, allows auto embedding.

alphaChannelName

String

read/write

The name of the alpha channel.

applyPhotoshopClippingPath

Boolean

read/write

If true, applies clipping paths defined in Photoshop to placed images.

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

parent

Application

Image

readonly

The parent of the ImageIOPreference (a Application or Image).

previewResolution

Number

readonly

The image resolution in ppi, set when the graphic is imported.

properties

Object

read/write

A property that allows setting of several properties at the same time.

Method Listing

ImageIOPreference getElements ()

Resolves the object specifier, creating an array of object references.

String toSource ()

Generates a string which, if executed, will return the ImageIOPreference.

String toSpecifier ()

Retrieves the object specifier.

Object of

Application.imageIOPreferences

Image.imageIOPreferences

Return

ImageIOPreference.getElements()