Class
Options for saving a document in EPS format. Base Class: SaveOptions
EPSSaveOptions
Class
| Property | Type | Access | Description |
|---|---|---|---|
| embedColorProfile | bool | r/w | If true, the color profile is embedded in the document. |
| encoding | SaveEncoding: SaveEncoding.ASCII SaveEncoding.BINARY SaveEncoding.JPEGLOW SaveEncoding.JPEGMEDIUM SaveEncoding.JPEGHIGH SaveEncoding.JPEGMAXIMUM |
r/w | The type of encoding to use for the document. (default: SaveEncoding.BINARY) |
| halftoneScreen | bool | r/w | If true, includes the halftone screen. (default: false) |
| interpolation | bool | r/w | If true, uses image interpolation. (default: false) |
| preview | Preview: Preview.NONE Preview.MONOCHROMETIFF Preview.EIGHTBITTIFF Preview.MACOSMONOCHROME Preview.MACOSEIGHTBIT Preview.MACOSJPEG |
r/w | The type of preview. (default: Preview.MONOCHROMETIFF) |
| psColorManagement | bool | r/w | If true, uses PostScript color management. (default: false) |
| transferFunction | bool | r/w | If true, includes the transfer functions in the document to compensate for dot gain between the image and film. (default: false) |
| transparentWhites | bool | r/w | If true, displays white areas as transparent. Valid only for documents in BitMap mode. |
| vectorData | bool | r/w | If true, includes vector data. Valid only when the document contains vector data (un-rasterized text). |
| Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |