Gif/TIFF LZW support mode
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum LZWSupportType
Public Enumeration LZWSupportType
public enum class LZWSupportType
Members
Member | Value | Description |
---|---|---|
Read | 1 |
Support for LZW reading
|
Write | 2 |
Support for LZW writing
|
CompatibleRLE | 4 |
Support for NON-LZW (RLE) writing. Valid only for writing GIF and with Write |