com.esri.arcgis.output
Interface esriCMYKIndex

All Superinterfaces:
Serializable

public interface esriCMYKIndex
extends Serializable

Index of CMYK plates.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriCMYKIndexBlack
          Black.
static int esriCMYKIndexCyan
          Cyan.
static int esriCMYKIndexMagenta
          Magenta.
static int esriCMYKIndexYellow
          Yellow.
 

Field Detail

esriCMYKIndexCyan

static final int esriCMYKIndexCyan
Cyan.

See Also:
Constant Field Values

esriCMYKIndexMagenta

static final int esriCMYKIndexMagenta
Magenta.

See Also:
Constant Field Values

esriCMYKIndexYellow

static final int esriCMYKIndexYellow
Yellow.

See Also:
Constant Field Values

esriCMYKIndexBlack

static final int esriCMYKIndexBlack
Black.

See Also:
Constant Field Values