com.esri.arcgis.output
Interface esriExportPSImage

All Superinterfaces:
Serializable

public interface esriExportPSImage
extends Serializable

PostScript Export Image settings.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriExportPSImageNegative
          PostScript Image is Negative.
static int esriExportPSImagePositive
          PostScript Image is Positive.
 

Field Detail

esriExportPSImagePositive

static final int esriExportPSImagePositive
PostScript Image is Positive.

See Also:
Constant Field Values

esriExportPSImageNegative

static final int esriExportPSImageNegative
PostScript Image is Negative.

See Also:
Constant Field Values