SVG export preferences.
SVG export preference Properties
| Property | Type | Access | Description |
|---|---|---|---|
| applied flattener preset | flattener preset | r/w | The transparency flattener preset to use. |
| class | type class | read | The class descriptor type. |
| embed images | boolean | r/w | If true, embeds images in the exported SVG. |
| file encoding | ASCII, UTF8, UTF16, |
r/w | The file encoding. |
| font subsetting | none, subset glyphs, subset english, subset glyphs and english, subset roman, subset glyphs and roman, subset entire, |
r/w | The font characters to subset. |
| ignore spread overrides | boolean | r/w | If true, ignores flattener spread overrides. |
| object reference | SVG export preference | read | An object reference for the SVG export preference. |
| page range | anything | r/w | The pages to print, specified either as an enumeration or a string. To specify a range, separate page numbers in the string with a hyphen (-). To specify separate pages, separate page numbers in the string with a comma (,). Can return: all pages or str… |
| parent | reference | read | The parent of the SVG export preference (a application). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| readers spreads | boolean | r/w | If true, exports facing pages in a spread to a single SVG file. If false, exports spread pages as separate SVG files and appends a sequential number to the filenames. |
| real precision | integer | r/w | The number of digits of precision for vectors in exported artwork. (Range: 1 to 7) |
| rendering style | progressive, batch, |
r/w | The rendering style. |
| style format | inline, entity, css, presentation attributes, |
r/w | The format for SVG object styles. |