ArcObjects Library Reference (Output)  

IExportGIF.CompressionType Property

The GIF Compression type.

[Visual Basic .NET]
Public Property CompressionType As esriGIFCompression
[C#]
public esriGIFCompression CompressionType {get; set;}
[C++]
HRESULT get_CompressionType(
  esriGIFCompression* type
);
[C++]
HRESULT put_CompressionType(
  esriGIFCompression type
);
[C++]

Parameters

type [out, retval]

  type is a parameter of type esriGIFCompression

type [in]

  type is a parameter of type esriGIFCompression

Product Availability

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

See Also

IExportGIF Interface