This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IZ > IZlibCompression Interface (ArcObjects .NET 10.4 SDK) |
Provides access to compress and uncompress texture data.
Description | ||
---|---|---|
BufferSize | Estimated buffer size of compress/uncompress texture data. | |
Compress | Compress the current the input buffer. Uses best compression. | |
CompressByLevel | Compress the current the input buffer by level. If level less than 0, use default, if greater than best use best. | |
UnCompress | UnCompress the current the input buffer. |