'Declaration Public Enum WicTiffCompression Inherits System.Enum
public enum WicTiffCompression : System.Enum
'Declaration Public Enum WicTiffCompression Inherits System.Enum
public enum WicTiffCompression : System.Enum
Member | Description |
---|---|
CCITT3 | Indicates a CCITT3 compression algorithm. |
CCITT4 | Indicates a CCITT4 compression algorithm. |
DontCare | Indicates a suitable compression algorithm based on the image and pixel format. |
LZW | Indicates a LZW compression algorithm. |
LZWHDifferencing | Indicates an LZWH differencing algorithm. |
None | Indicates no compression. |
RLE | Indicates a RLE compression algorithm. |
ZIP | Indicates a ZIP compression algorithm. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Imaging.Windows.WicTiffCompression