com.esri.arcgis.output
Interface esriPSDriverSeparates

All Superinterfaces:
Serializable

public interface esriPSDriverSeparates
extends Serializable

PostScript Driver Color Separation settings.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriPSDriverSeparateBlack
          Black Plate.
static int esriPSDriverSeparateCustom
          Custom Spot Color Plate.
static int esriPSDriverSeparateCyan
          Cyan Plate.
static int esriPSDriverSeparateMagenta
          Magenta Plate.
static int esriPSDriverSeparateYellow
          Yellow Plate.
 

Field Detail

esriPSDriverSeparateCyan

static final int esriPSDriverSeparateCyan
Cyan Plate.

See Also:
Constant Field Values

esriPSDriverSeparateMagenta

static final int esriPSDriverSeparateMagenta
Magenta Plate.

See Also:
Constant Field Values

esriPSDriverSeparateYellow

static final int esriPSDriverSeparateYellow
Yellow Plate.

See Also:
Constant Field Values

esriPSDriverSeparateBlack

static final int esriPSDriverSeparateBlack
Black Plate.

See Also:
Constant Field Values

esriPSDriverSeparateCustom

static final int esriPSDriverSeparateCustom
Custom Spot Color Plate.

See Also:
Constant Field Values