'Declaration Public Enum TiffCompression Inherits System.Enum
public enum TiffCompression : System.Enum
'Declaration Public Enum TiffCompression Inherits System.Enum
public enum TiffCompression : 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
C1.Xaml.Bitmap.TiffCompression