Enumeration
TiffEncodingType
The encoding to use when saving to TIFF format.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 3 | readonly | JPEG compression, which is lossy and recommended for continuous-tone images, such as photographs. | |
| Int = 1 | readonly | No compression. | |
| Int = 2 | readonly | LZW compression, which is lossless and most useful for images with large areas of single color. | |
| Int = 4 | readonly | Zip compression, which is lossless and most effective for images that contain large areas of single color. |
Object of 1
Properties elsewhere that hold an TiffEncodingType value.