This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > ID > IDibExporter Interface (ArcObjects .NET 10.4 SDK) |
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.
Description | ||
---|---|---|
BackgroundColor | The background color of the DIB. | |
BitsPerPixel | The color depth of the DIB. | |
HDIB | Handle to in-memory DIB. Valid only after ReleaseDC has been called. | |
Height | The height of the DIB. If width or height is zero, screen size is used. | |
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. | |
Width | The width of the DIB. If width or height is zero, screen size is used. |
CoClasses and Classes | Description |
---|---|
DibExporter | Superseded by ExportBMP. Class used to export maps to DIB (Device Independant Bitmap) format. Format also known as BMP. |