Class
Options which may be supplied when saving a document as an Illustrator EPS file.
EPSSaveOptions
Class
Property | Type | Access | Description |
---|---|---|---|
artboardRange | string | r/w | 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. (default: ) |
cmykPostScript | bool | r/w | Use CMYK PostScript. (default: true) |
compatibility | Compatibility: Compatibility.ILLUSTRATOR3 Compatibility.JAPANESEVERSION3 Compatibility.ILLUSTRATOR8 Compatibility.ILLUSTRATOR9 Compatibility.ILLUSTRATOR10 Compatibility.ILLUSTRATOR11 Compatibility.ILLUSTRATOR12 Compatibility.ILLUSTRATOR13 Compatibility.ILLUSTRATOR14 Compatibility.ILLUSTRATOR15 |
r/w | What Illustrator file format version to create. (default: Compatibility.ILLUSTRATOR15) |
compatibleGradientPrinting | bool | r/w | Create a raster item of the gradient or gradient mesh so that PostScript Level 2 printers can print the object. (default: false) |
embedAllFonts | bool | r/w | Embed all fonts used by the document in the saved file (version 7 or later) (default: false) |
embedLinkedFiles | bool | r/w | Are linked image files to be included in the saved document. (default: false) |
flattenOutput | OutputFlattening: OutputFlattening.PRESERVEPATHS OutputFlattening.PRESERVEAPPEARANCE |
r/w | How should transparency be flattened for older file format versions (pre-version 9) (default: OutputFlattening.PRESERVEAPPEARANCE) |
includeDocumentThumbnails | bool | r/w | Include thumbnail image of the EPS artwork. (default: true) |
overprint | PDFOverprint: PDFOverprint.PRESERVEPDFOVERPRINT PDFOverprint.DISCARDPDFOVERPRINT |
r/w | (default: PDFOverprint.PRESERVEPDFOVERPRINT) |
postScript | EPSPostScriptLevelEnum: EPSPostScriptLevelEnum.LEVEL2 EPSPostScriptLevelEnum.LEVEL3 |
r/w | PostScript level to use (level 1 valid for file format version 8 or older) (default: EPSPostScriptLevelEnum.LEVEL2) |
preview | EPSPreview: EPSPreview.None EPSPreview.BWMACINTOSH EPSPreview.COLORMACINTOSH EPSPreview.BWTIFF EPSPreview.COLORTIFF EPSPreview.TRANSPARENTCOLORTIFF |
r/w | EPS preview format. |
saveMultipleArtboards | bool | r/w | All the artboards or range of the artboards will be saved. (default: false) |
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |