ArcObjects Library Reference (Output)  

IExportImage Interface

Provides access to members that control the Image Export.

Product Availability

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

Members

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.

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