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 | ||
---|---|---|
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 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. |