Imag preferences.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| parent | Application | readonly | The parent of the ImagePreference (a Application). |
| preserveBounds | bool | r/w | If true, preserve image bounds when relinking. |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Array of ImagePreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the ImagePreference.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Application.imagePreferences
Returned by:
Array of ImagePreference ImagePreference .getElements (
)