com.esri.arcgis.output
Interface IExportPS2

All Superinterfaces:
Serializable
All Known Implementing Classes:
ExportPS

public interface IExportPS2
extends Serializable

Provides extended access to members that control the PostScript export.

Product Availability

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


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.
 

Method Detail

setJPEGCompressionQuality

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

Product Availability

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

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

getJPEGCompressionQuality

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

Product Availability

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

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