This document is archived and information here might be outdated.  Recommended version.


IExportBMP Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportBMP Interface
ArcGIS Developer Help

IExportBMP Interface

Provides access to members that control the BMP (Windows Bitmap) Export.

Product Availability

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

Members

Name Description
Read/write property BiLevelThreshold The Threshold value for BiLevel images. The Threshold value will be used if esriExportImageType is equal to esriExportImageTypeBiLevelThreshold.
Read-only property Bitmap The Windows Bitmap handle.
Read-only property Palette The Windows Bitmap color palette.
Read/write property RLECompression The Windows Bitmap compression scheme for 8 bits per pixel and 4 bits per pixel.

Classes that implement IExportBMP

Classes Description
ExportBMP Class used to export maps to BMP (Windows Bitmap) format.