com.esri.arcgis.output
Interface IExportPDF3

All Superinterfaces:
Serializable
All Known Implementing Classes:
ExportPDF

public interface IExportPDF3
extends Serializable

Provides extended access to members that control the PDF (Portable Document Format) 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.