EPS import preferences.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| epsFrames | bool | r/w | If true, creates frames from clipping paths in the imported EPS file. |
| epsProxy | CreateProxy : AS_NEEDED ALWAYS |
r/w | Indicates when to create proxies. |
| opiComments | bool | r/w | If true, reads OPI image links in the imported EPS file. If false, preserves the OPI links but does not read them. |
| parent | Application | readonly | The parent of the EPSImportPreference (a Application). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Array of EPSImportPreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the EPSImportPreference.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Application.epsImportPreferences
Returned by:
Array of EPSImportPreference EPSImportPreference .getElements (
)