com.esri.arcgis.output
Interface IExportColorspaceSettings

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

public interface IExportColorspaceSettings
extends Serializable

Provides access to members that control the Destination Colorspace for Export.

Product Availability

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


Method Summary
 int getColorspace()
          Colorspace option.
 void setColorspace(int pcolorspace)
          Colorspace option.
 

Method Detail

setColorspace

void setColorspace(int pcolorspace)
                   throws IOException,
                          AutomationException
Colorspace option.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getColorspace

int getColorspace()
                  throws IOException,
                         AutomationException
Colorspace option.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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