Enumeration
LayerCompressionType
The layer compression type.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 1 | readonly | Run Length Encoding, which is lossless. | |
| Int = 2 | 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 LayerCompressionType value.