com.esri.arcgis.output
Interface esriAIDriverOptions

All Superinterfaces:
Serializable

public interface esriAIDriverOptions
extends Serializable

AI (Adobe Illustrator) Driver Options.

Superseded By

IExportVector

Remarks

This enumeration is for use with the AIDriver CoClass, now superseded by ExportAI.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriAIMapFonts
          Font will be mapped.
static int esriAIPolygonizeMarkers
          Polygonize marker symbols during exporting.
 

Field Detail

esriAIMapFonts

static final int esriAIMapFonts
Font will be mapped.

See Also:
Constant Field Values

esriAIPolygonizeMarkers

static final int esriAIPolygonizeMarkers
Polygonize marker symbols during exporting.

See Also:
Constant Field Values