| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterOutputSettings
Provides access to members that control Raster Output Settings.
| Method Summary | |
|---|---|
 short | 
getMaxColorDepth()
Maximum color depth for raster output.  | 
 double | 
getRasterRatio()
Ratio between resolution and raster resolution.  | 
 double | 
getRasterResolution()
Resolution used to output rasterized data.  | 
 void | 
setMaxColorDepth(short bitsPerPixel)
Maximum color depth for raster output.  | 
 void | 
setRasterResolution(double dpi)
Resolution used to output rasterized data.  | 
| Method Detail | 
|---|
double getRasterResolution()
                           throws IOException,
                                  AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRasterResolution(double dpi)
                         throws IOException,
                                AutomationException
dpi - The dpi  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getMaxColorDepth()
                       throws IOException,
                              AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxColorDepth(short bitsPerPixel)
                      throws IOException,
                             AutomationException
bitsPerPixel - The bitsPerPixel  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getRasterRatio()
                      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 | ||||||||