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


IZlibCompression Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IZ > IZlibCompression Interface
ArcGIS Developer Help

IZlibCompression Interface

Provides access to compress and uncompress texture data.

Product Availability

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

Members

Name Description
Read-only property BufferSize Estimated buffer size of compress/uncompress texture data.
Method Compress Compress the current the input buffer. Uses best compression.
Method CompressByLevel Compress the current the input buffer by level. If level less than 0, use default, if greater than best use best.
Method UnCompress UnCompress the current the input buffer.

Classes that implement IZlibCompression

Classes Description