Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - Data Exchange Preferences > Export SVG
  
Export SVG
app.svg.extension
Returns and sets the file extension as string.
app.svg.extension = "svg"
app.svg.compressed
Returns and sets if an compressed svgz file is created as boolean.
app.svg.compressed = FALSE
app.svg.embedRaster
Returns and sets if the raster image is embedded as boolean.
app.svg.embedRaster = FALSE
app.svg.size
Returns and sets the Illustration size as integer. Allowed values are:
1
Scalable illustration
2
Fixed size illustration
app.svg.size = 2
app.svg.page
Returns and sets the Dimensions as integer. Allowed values are:
1
Drawing size
2
Extent
app.svg.page = 1
app.svg.encoding
Returns and sets the file encoding as integer. Allowed values are:
1
ISO Latin
2
UTF-8
3
UTF-16
app.svg.encoding = 2
app.svg.hotspot_regions
Returns and sets the Hotspot regions as integer. Allowed values are:
1
Use visible geometry only
2
Create region paths
app.svg.hotspot_regions = 2
app.svg.object_attributes
Returns and sets the Object attributes as integer. Allowed values are:
1
Don’t export object attributes
2
Export attributes using namespace
app.svg.object_attributes= 2
app.svg.export_metadata
Returns and sets the option to export SVG metadata as integer. Allowed values are:
1
Do not export
2
Export all
3
Export Arbortext IsoDraw metadata only