ArcObjects Library Reference (System)  

IZlibCompression Interface

Provides access to compress and uncompress texture data.

Product Availability

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

Members

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.