ArcObjects Library Reference (System)  

IZlibCompression.BufferSize Property

Estimated buffer size of compress/uncompress texture data.

[Visual Basic .NET]
Public Function get_BufferSize ( _
    ByVal Size As Integer _
) As Integer
[C#]
public int get_BufferSize (
    int Size
);
[C++]
HRESULT get_BufferSize(
  long Size,
  long* pSize
);
[C++]

Parameters

Size [in]   Size is a parameter of type long pSize [out, retval]   pSize is a parameter of type long

Product Availability

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

See Also

IZlibCompression Interface