com.esri.arcgis.output
Interface esriExportColorspace

All Superinterfaces:
java.io.Serializable

public interface esriExportColorspace
extends java.io.Serializable

Constants from esriExportColorspace' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Colorspace settings for the export operation.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriExportColorspaceCMYK
          Colorspace CMYK.
static int esriExportColorspaceRGB
          Colorspace RGB.
 

Field Detail

esriExportColorspaceRGB

static final int esriExportColorspaceRGB
Colorspace RGB.

See Also:
Constant Field Values

esriExportColorspaceCMYK

static final int esriExportColorspaceCMYK
Colorspace CMYK.

See Also:
Constant Field Values