Provides access to members that control the Image Export.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
BackgroundColor | The background color of the Image. | |
Height | The height of the Image. If height is zero, screen height is used. | |
ImageType | Export Image Type. | |
Width | The width of the Image. If width is zero, screen width is used. |
CoClasses that implement IExportImage
CoClasses and Classes | Description |
---|---|
ExportBMP | Class used to export maps to BMP (Windows Bitmap) format. |
ExportGIF | Class used to export maps to GIF (Graphics Interchange Format). |
ExportJPEG | Class used to export maps to JPEG (Joint Photographic Experts Group) format. |
ExportPNG | Class used to export maps to PNG (Portable Network Graphics) format. |
ExportTIFF | Class used to export maps to TIFF (Tagged Image File Format). |