This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IJ > IJpegExporter Interface (ArcObjects .NET 10.4 SDK) |
Superseded by IExportJPEG. Provides access to members that control the JPEG (Joint Photographic Experts Group) Exporter. Note: the IJpegExporter interface has been superseded byIExportJPEG. Please consider using the more recent version.
Description | ||
---|---|---|
BackgroundColor | The background color of the JPEG. | |
Height | The height of the JPEG. If width or height is zero, screen size is used. | |
Quality | The JPEG compression / image quality. | |
Width | The width of the JPEG. If width or height is zero, screen size is used. |
CoClasses and Classes | Description |
---|---|
JpegExporter | Superseded by ExportJPEG. Class used to export maps to JPEG (Joint Photographic Experts Group) format. |