| 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. | 
| 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
 Compatibility.ILLUSTRATOR16
 | r/w | What Illustrator file format version to create. (default: Compatibility.ILLUSTRATOR16) | 
| 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) |