|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExportPDF
Provides access to members that control the PDF (Portable Document Format) Export.
| 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. |
| Method Detail |
|---|
boolean isCompressed()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCompressed(boolean compressed)
throws IOException,
AutomationException
compressed - The compressed (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setImageCompression(int compression)
throws IOException,
AutomationException
compression - A com.esri.arcgis.output.esriExportImageCompression constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getImageCompression()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEmbedFonts(boolean embedFonts)
throws IOException,
AutomationException
embedFonts - The embedFonts (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEmbedFonts()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||