Class
ImagePreference |
| Image preferences. Base Class: Preference |
QuickLinks |
getElements, toSource, toSpecifier |
Hierarchy
|
|
Properties
| Property | Type | Access | Description |
isValid | bool |
readonly | Returns true if the object specifier resolves to valid objects. |
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
| InstancesArray of ImagePreference getElements ()
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
|
Return |
Array of ImagePreference ImagePreference.getElements ()
|