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


IExportBMP.RLECompression Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

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(
  VARIANT_BOOL compression
);
[C++]

Parameters compression [out, retval] compression is a parameter of type VARIANT_BOOL compression [in] compression is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IExportBMP Interface