com.esri.arcgis.output
Interface IExportPS2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportPS, IExportPS2Proxy

public interface IExportPS2
extends java.io.Serializable

COM Interface 'IExportPS2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides extended access to members that control the PostScript export.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID36ce3f37_30c9_4544_afa6_89a7315abce7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 short getJPEGCompressionQuality()
          Specifies the raster image quality setting, when JPEG compression is used.
 void setJPEGCompressionQuality(short pImageQuality)
          Specifies the raster image quality setting, when JPEG compression is used.
 

Field Detail

IID36ce3f37_30c9_4544_afa6_89a7315abce7

static final int IID36ce3f37_30c9_4544_afa6_89a7315abce7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setJPEGCompressionQuality

void setJPEGCompressionQuality(short pImageQuality)
                               throws java.io.IOException,
                                      AutomationException
Specifies the raster image quality setting, when JPEG compression is used.

Parameters:
pImageQuality - The pImageQuality (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJPEGCompressionQuality

short getJPEGCompressionQuality()
                                throws java.io.IOException,
                                       AutomationException
Specifies the raster image quality setting, when JPEG compression is used.

Returns:
The pImageQuality
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.