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


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

IExportImage Interface

Provides access to members that control the Image Export.

Product Availability

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

Members

Name Description
Read/write property BackgroundColor The background color of the Image.
Read/write property Height The height of the Image. If height is zero, screen height is used.
Read/write property ImageType Export Image Type.
Read/write property Width The width of the Image. If width is zero, screen width is used.

Classes that implement IExportImage

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