ArcObjects Library Reference (Output)  

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 byIExportBMP. Please consider using the more recent version.

Product Availability

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

Members

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.

CoClasses that implement IDibExporter

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