|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
| Leadtools Namespace : RasterCompression Enumeration |
public enum RasterCompression : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum RasterCompression Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As RasterCompression
public enum RasterCompression : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTRasterCompression)
public enum RasterCompression
Leadtools.RasterCompression = function() { };
Leadtools.RasterCompression.prototype = {<br/>
None = 0,
Super = 2,
};
public enum class RasterCompression : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0 | None | Image data is not compressed in memory. ![]() ![]() ![]() ![]() ![]() |
| 2 | Super | Image data is compressed in memory using LEAD proprietary compression. ![]() ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.RasterCompression