Image IO preferences.
ImageIOPreference Properties
| Property | Type | Access | Description |
|---|---|---|---|
| allowAutoEmbedding | Boolean | r/w | If true, allow auto embedding. |
| alphaChannelName | String | r/w | Alpha channel name. |
| applyPhotoshopClippingPath | Boolean | r/w | If true, apply Photoshop clipping path. |
| parent | Object | read | The parent of the object. |
| previewResolution | Long | read | Preview resolution. |
| properties | An array of property names and values | r/w | Property that allows setting of several properties at the same time. |
ImageIOPreference Methods
| Method | Returns | Description |
|---|---|---|
| getElements | Array of Objects | Resolve the object specifier. |
| toSource | String | Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier | String | Retrieve the object specifier. |