|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExportJPEG
Provides access to members that control the JPEG (Joint Photographic Experts Group) Export.
Method Summary | |
---|---|
short |
getQuality()
The JPEG compression / image quality. |
boolean |
isProgressiveMode()
The progressive JPEG export mode. |
void |
setProgressiveMode(boolean bprogressive)
The progressive JPEG export mode. |
void |
setQuality(short quality)
The JPEG compression / image quality. |
Method Detail |
---|
void setQuality(short quality) throws IOException, AutomationException
quality
- The quality (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getQuality() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProgressiveMode(boolean bprogressive) throws IOException, AutomationException
bprogressive
- The bprogressive (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isProgressiveMode() 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 |