Class
Options that can be specified when opening a generic EPS document. Base Class: OpenOptions
EPSOpenOptions
Class
| Property | Type | Access | Description |
|---|---|---|---|
| antiAlias | bool | r/w | If true, anti-aliasing is used. |
| constrainProportions | bool | r/w | If true, the image proportions are constrained. |
| height | UnitValue | r/w | The image height. |
| mode | OpenDocumentMode: OpenDocumentMode.GRAYSCALE OpenDocumentMode.RGB OpenDocumentMode.CMYK OpenDocumentMode.LAB |
r/w | The document mode. |
| resolution | number | r/w | The resolution of the document (in pixels per inch) |
| width | UnitValue | r/w | The image width. |
| Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |