com.esri.arcgis.output
Interface IExportPDF

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

public interface IExportPDF
extends java.io.Serializable

COM Interface 'IExportPDF'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides 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 IID6a2a0820_e1b6_4eb0_af9b_6449dae7a952
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getImageCompression()
          The PDF Image Compression.
 boolean isCompressed()
          Indicates if the PDF should be compressed.
 boolean isEmbedFonts()
          The Embed Fonts option.
 void setCompressed(boolean compressed)
          Indicates if the PDF should be compressed.
 void setEmbedFonts(boolean embedFonts)
          The Embed Fonts option.
 void setImageCompression(int compression)
          The PDF Image Compression.
 

Field Detail

IID6a2a0820_e1b6_4eb0_af9b_6449dae7a952

static final int IID6a2a0820_e1b6_4eb0_af9b_6449dae7a952
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

isCompressed

boolean isCompressed()
                     throws java.io.IOException,
                            AutomationException
Indicates if the PDF should be compressed.

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

setCompressed

void setCompressed(boolean compressed)
                   throws java.io.IOException,
                          AutomationException
Indicates if the PDF should be compressed.

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

setImageCompression

void setImageCompression(int compression)
                         throws java.io.IOException,
                                AutomationException
The PDF Image Compression.

Parameters:
compression - A com.esri.arcgis.output.esriExportImageCompression constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageCompression

int getImageCompression()
                        throws java.io.IOException,
                               AutomationException
The PDF Image Compression.

Returns:
A com.esri.arcgis.output.esriExportImageCompression constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEmbedFonts

void setEmbedFonts(boolean embedFonts)
                   throws java.io.IOException,
                          AutomationException
The Embed Fonts option.

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

isEmbedFonts

boolean isEmbedFonts()
                     throws java.io.IOException,
                            AutomationException
The Embed Fonts option.

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