com.esri.arcgis.output
Interface IExportSVG

All Superinterfaces:
Serializable
All Known Implementing Classes:
ExportSVG

public interface IExportSVG
extends Serializable

Provides access to members that control the SVG (Scalable Vector Graphics) Export.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isCompressed()
          Indicates if the SVG file is compressed.
 boolean isEmbedFonts()
          The Embed Fonts option.
 void setCompressed(boolean compressed)
          Indicates if the SVG file is compressed.
 void setEmbedFonts(boolean embedFonts)
          The Embed Fonts option.
 

Method Detail

isCompressed

boolean isCompressed()
                     throws IOException,
                            AutomationException
Indicates if the SVG file is compressed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The compressed
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCompressed

void setCompressed(boolean compressed)
                   throws IOException,
                          AutomationException
Indicates if the SVG file is compressed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
compressed - The compressed (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEmbedFonts

void setEmbedFonts(boolean embedFonts)
                   throws IOException,
                          AutomationException
The Embed Fonts option.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
embedFonts - The embedFonts (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEmbedFonts

boolean isEmbedFonts()
                     throws IOException,
                            AutomationException
The Embed Fonts option.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The embedFonts
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.