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


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

IDibExporter Interface

Superseded by IExportBMP. Provides access to members that control the DIB (Windows Device Independent Bitmap) Exporter. Note: the IDibExporter interface has been superseded by IExportBMP. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Read/write property BackgroundColor The background color of the DIB.
Read/write property BitsPerPixel The color depth of the DIB.
Read-only property HDIB Handle to in-memory DIB. Valid only after ReleaseDC has been called.
Read/write property Height The height of the DIB. If width or height is zero, screen size is used.
Read/write property IsInMemory Indicates if the bitmap should be written to memory. If false, it is written to a file specified by Path. If true, use HDIB to get the memory handle after ReleaseDC has been called.
Read/write property Width The width of the DIB. If width or height is zero, screen size is used.

Classes that implement IDibExporter

Classes Description
DibExporter Superseded by ExportBMP. Class used to export maps to DIB (Device Independant Bitmap) format. Format also known as BMP.