com.esri.arcgis.output
Interface IExportVectorOptionsEx

All Superinterfaces:
Serializable
All Known Implementing Classes:
ExportAI, ExportEMF, ExportPDF, ExportPS, ExportSVG

public interface IExportVectorOptionsEx
extends Serializable

Provides access to members that control the extra Vector Export Options.

Product Availability

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


Method Summary
 int getExportPictureSymbolOptions()
          Options describing what to do with Picture Symbol on export.
 void setExportPictureSymbolOptions(int opt)
          Options describing what to do with Picture Symbol on export.
 

Method Detail

setExportPictureSymbolOptions

void setExportPictureSymbolOptions(int opt)
                                   throws IOException,
                                          AutomationException
Options describing what to do with Picture Symbol on export.

Product Availability

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

Parameters:
opt - A com.esri.arcgis.display.esriPictureSymbolOptions constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExportPictureSymbolOptions

int getExportPictureSymbolOptions()
                                  throws IOException,
                                         AutomationException
Options describing what to do with Picture Symbol on export.

Product Availability

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

Returns:
A com.esri.arcgis.display.esriPictureSymbolOptions constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.