com.esri.arcgis.output
Interface esriPSDriverImageCompression

All Superinterfaces:
java.io.Serializable

public interface esriPSDriverImageCompression
extends java.io.Serializable

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

Description: 'PostScript Driver Image Compression settings.' 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 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