EPSImportPreference
EPS import preferences.
EPSImportPreference Properties
| Property |
Type |
Access |
Description |
| epsFrames |
Boolean |
r/w |
If true, create frames from clipping paths when importing EPS graphics. |
| epsProxy |
CreateProxy enumeration |
r/w |
The type of proxy created when imports EPS. |
| opiComments |
Boolean |
r/w |
If true, read OPI image links when importing EPS graphics. |
| parent |
Object |
read |
The parent of the object. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
EPSImportPreference 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. |
Previous post: EPSs
Next post: EPSExportPreference