Object
IllustratorSaveOptions
Options which may be supplied when saving a document as an Illustrator 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 | Compatibility = Compatibility.ILLUSTRATOR24 | read/write | What Illustrator file format version to create. |
| static | Boolean = true | read/write | Should the saved file be compressed (version 10 or later) |
| static | Boolean = false | read/write | Embed the document's ICC profile in the saved file (version 9 or later) |
| static | Boolean = false | read/write | Are linked image files to be included in the saved document (versions 7 or later) |
| static | OutputFlattening = OutputFlattening.PRESERVEAPPEARANCE | read/write | How should transparency be flattened for older file format versions (pre-version 9) |
| static | Number = 100 0–100 | read/write | Include a subset of fonts when less than this percentage of characters are used (version 9 or later) |
| static | Boolean = true | read/write | Save as a PDF compatible file (version 10 or later) |
| static | Boolean = false | read/write | All the artboards or range of the artboards will be saved. |