com.esri.arcgis.output
Interface IExportPDF3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportPDF, IExportPDF3Proxy

public interface IExportPDF3
extends java.io.Serializable

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

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

IID083bc81c_e835_4103_aad6_454aa037966b

static final int IID083bc81c_e835_4103_aad6_454aa037966b
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.