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


IExportBMP.RLECompression Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportBMP Interface > IExportBMP.RLECompression Property
ArcGIS Developer Help

IExportBMP.RLECompression Property

The Windows Bitmap compression scheme for 8 bits per pixel and 4 bits per pixel.

[Visual Basic .NET]
Public Property RLECompression As Boolean
[C#]
public bool RLECompression {get; set;}
[C++]
HRESULT get_RLECompression(
  VARIANT_BOOL compression
);
[C++]
HRESULT put_RLECompression(
  Boolean* compression
);
[C++]
Parameters
compression [in]

compression is a parameter of type bool compression [out, retval]
compression is a parameter of type bool*

Product Availability

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

See Also

IExportBMP Interface