SVGExportPreference

SVG export preferences.

Properties

Property Type Access Description
appliedFlattenerPreset FlattenerPreset r/w The transparency flattener preset to use.
embedImages bool r/w If true, embeds images in the exported SVG.
fileEncoding FileEncoding
:
ASCII
UTF8
UTF16
r/w The file encoding.
fontSubsetting FontSubsetting
:
NONE
SUBSET_GLYPHS
SUBSET_ENGLISH
SUBSET_GLYPHS_AND_ENGLISH
SUBSET_ROMAN
SUBSET_GLYPHS_AND_ROMAN
SUBSET_ENTIRE
r/w The font characters to subset.
ignoreSpreadOverrides bool r/w If true, ignores flattener spread overrides.
pageRange any 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: PageRange enumerator or String.
parent Application readonly The parent of the SVGExportPreference (a Application).
properties Object r/w A property that allows setting of several properties at the same time.
readersSpreads bool 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.
realPrecision number r/w The number of digits of precision for vectors in exported artwork. (Range: 1 to 7)
renderingStyle RenderingStyle
:
PROGRESSIVE
BATCH
r/w The rendering style.
styleFormat StyleFormat
:
INLINE
ENTITY
CSS
PRESENTATION_ATTRIBUTES
r/w The format for SVG object styles.

Methods

Array of SVGExportPreferencegetElements ()
Resolves the object specifier, creating an array of object references.

string toSource ()
Generates a string which, if executed, will return the SVGExportPreference.

string toSpecifier ()
Retrieves the object specifier.

Element of:

Application.svgExportPreferences

Returned by:

Array of SVGExportPreference SVGExportPreference .getElements (

)

Leave a Comment

Previous post:

Next post: