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


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

IExportGIF Interface

Provides access to members that control the GIF (Graphics Interchange Format) Export.

Product Availability

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

Members

Name Description
Read/write property BiLevelThreshold The Threshold value for BiLevel images. The Threshold value will be used if esriExportImageType equal to esriExportImageTypeBiLevelThreshold.
Read/write property CompressionType The GIF Compression type.
Read/write property InterlaceMode The interlaced GIF export mode.
Read/write property TransparentColor The color that is marked as transparent in the export image.

Classes that implement IExportGIF

Classes Description
ExportGIF Class used to export maps to GIF (Graphics Interchange Format).