com.esri.arcgis.output
Interface esriPSDriverImageCompression

All Superinterfaces:
Serializable

public interface esriPSDriverImageCompression
extends Serializable

PostScript Driver Image Compression settings.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriPSDriverPSLevel1Compress
          PostScript Level 1 - Compression (ASCII HEX - RLE Encoding).
static int esriPSDriverPSLevel1NoCompress
          PostScript Level 1 - No Compression(ASCII HEX Encoding).
static int esriPSDriverPSLevel2Compress
          PostScript Level 2 - Compression (ASCII85 - RLE Encoding).
static int esriPSDriverPSLevel2NoCompress
          PostScript Level 2 - No Compression (ASCII85 Encoding).
 

Field Detail

esriPSDriverPSLevel1NoCompress

static final int esriPSDriverPSLevel1NoCompress
PostScript Level 1 - No Compression(ASCII HEX Encoding).

See Also:
Constant Field Values

esriPSDriverPSLevel1Compress

static final int esriPSDriverPSLevel1Compress
PostScript Level 1 - Compression (ASCII HEX - RLE Encoding).

See Also:
Constant Field Values

esriPSDriverPSLevel2NoCompress

static final int esriPSDriverPSLevel2NoCompress
PostScript Level 2 - No Compression (ASCII85 Encoding).

See Also:
Constant Field Values

esriPSDriverPSLevel2Compress

static final int esriPSDriverPSLevel2Compress
PostScript Level 2 - Compression (ASCII85 - RLE Encoding).

See Also:
Constant Field Values