com.esri.arcgis.output
Interface IRasterPicture

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicRasterPicture, RasterPicture

public interface IRasterPicture
extends Serializable

Provides access to members that control the raster picture.

Remarks

The RasterPicture object can load rasters in JPEG, GIF, TIFF, EMF, and PNG formats.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IColor getTransparentColor()
          The transparent color if there is any.
 IPicture loadPicture(String fileName)
          Loads the picture.
 

Method Detail

loadPicture

IPicture loadPicture(String fileName)
                     throws IOException,
                            AutomationException
Loads the picture.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
fileName - The fileName (in)
Returns:
A reference to a com.esri.arcgis.support.ms.stdole.IPicture
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransparentColor

IColor getTransparentColor()
                           throws IOException,
                                  AutomationException
The transparent color if there is any.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.