Class
EPS import preferences. Base Class: Preference
getElements, toSource, toSpecifier
EPSImportPreference
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
epsFrames | bool | r/w | If true, applies clipping paths stored in the EPS file. |
epsProxy | CreateProxy: CreateProxy.AS_NEEDED CreateProxy.ALWAYS |
r/w | Indicates when to create preview images. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
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
Instances
Array of EPSImportPreference getElements ()
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
Return
Array of EPSImportPreference EPSImportPreference.getElements ()
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |