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


IExportBMP.RLECompression Property (ArcObjects .NET 10.6 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(
  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