Object
EPSSaveOptions
Options which may be supplied when saving a document as an Illustrator EPS file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| static | String | read/write | If SaveMultipleArtboards is true,this will be considered for multi-asset extraction which specifies artboard range.Empty string will extracts all the artboards.Default is empty string. |
| static | Boolean = true | read/write | Use CMYK PostScript. |
| static | Compatibility = Compatibility.ILLUSTRATOR24 | read/write | What Illustrator file format version to create. |
| static | Boolean = false | read/write | Create a raster item of the gradient or gradient mesh so that PostScript Level 2 printers can print the object. |
| static | Boolean = false | read/write | Embed all fonts used by the document in the saved file (version 7 or later) |
| static | Boolean = false | read/write | Are linked image files to be included in the saved document. |
| static | OutputFlattening = OutputFlattening.PRESERVEAPPEARANCE | read/write | How should transparency be flattened for older file format versions (pre-version 9) |
| static | Boolean = true | read/write | Include thumbnail image of the EPS artwork. |
| static | PDFOverprint = PDFOverprint.PRESERVEPDFOVERPRINT | read/write | |
| static | EPSPostScriptLevelEnum = EPSPostScriptLevelEnum.LEVEL2 | read/write | PostScript level to use (level 1 valid for file format version 8 or older) |
| static | EPSPreview | read/write | EPS preview format. |
| static | Boolean = false | read/write | All the artboards or range of the artboards will be saved. |