This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportBMP Interface > IExportBMP.RLECompression Property (ArcObjects .NET 10.5 SDK) |
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