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


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

IJpegExporter Interface

Superseded by IExportJPEG. Provides access to members that control the JPEG (Joint Photographic Experts Group) Exporter. Note: the IJpegExporter interface has been superseded by IExportJPEG. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Read/write property BackgroundColor The background color of the JPEG.
Read/write property Height The height of the JPEG. If width or height is zero, screen size is used.
Read/write property Quality The JPEG compression / image quality.
Read/write property Width The width of the JPEG. If width or height is zero, screen size is used.

Classes that implement IJpegExporter

Classes Description
JpegExporter Superseded by ExportJPEG. Class used to export maps to JPEG (Joint Photographic Experts Group) format.