public enum RasterCompression typedef NS_ENUM(NSInteger, LTRasterCompression) {LTRasterCompressionNone = 0,LTRasterCompressionRle = 1,LTRasterCompressionSuper = 2};
public final class RasterCompressionextends java.lang.Enum<RasterCompression>
public enum class RasterCompression class RasterCompression(Enum):None = 0Rle = 1Super = 2
| Value | Member | Description |
|---|---|---|
| 0 | None | Image data is not compressed in memory. |
| 1 | Rle | Image data is compressed using 1-bit RLE compression. This compression is very fast and Lossless. For more information, refer to Speeding Up 1-Bit Documents. This is the same as passing RasterMemoryFlags.Compressed to the RasterImage constructor. |
| 2 | Super | Image data is compressed in memory using LEAD proprietary compression. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
