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


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

IExportTIFF Interface

Provides access to members that control the TIFF (Tagged Image File 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 TIFF Compression type.
Read/write property GeoTiff The option to write GeoTIFF tags.
Read/write property JPEGOrDeflateQuality This option controls the Quality setting for Flate or JPEG compression options. Range (0..100). Default is 100 (best compression for flate / best quality for JPEG). Higher values result in smaller files for flate, and larger files for JPEG.

Classes that implement IExportTIFF

Classes Description
ExportTIFF Class used to export maps to TIFF (Tagged Image File Format).