com.esri.arcgis.output
Interface IBmpExporter

All Superinterfaces:
Serializable
All Known Implementing Classes:
DibExporter

public interface IBmpExporter
extends Serializable

Superseded by IExportBMP. Provides access to members that control the BMP (Windows Bitmap) Exporter.

Superseded By

IExportBMP

Product Availability

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


Method Summary
 int getBitmap()
          The Windows Bitmap handle.
 int getPalette()
          The Windows Bitmap color palette.
 

Method Detail

getBitmap

int getBitmap()
              throws IOException,
                     AutomationException
The Windows Bitmap handle.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The hBmp (A COM typedef)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPalette

int getPalette()
               throws IOException,
                      AutomationException
The Windows Bitmap color palette.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The hPal (A COM typedef)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.