←Select platform

RasterCompression Enumeration

Summary

Indicates the compression type for the image data.

Syntax
C#
VB
Objective-C
C++
Java
public enum RasterCompression 
Public Enum RasterCompression  
typedef NS_ENUM(NSInteger, LTRasterCompression) 
public enum RasterCompression 
public enum class RasterCompression   

Members
ValueMemberDescription
0NoneImage data is not compressed in memory.
1Rle 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.
2SuperImage data is compressed in memory using LEAD proprietary compression.

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly