PsdCompressionMethods
PsdCompressionMethods class
描述 Psd 压缩方法。
public class PsdCompressionMethods : Enumeration
构造函数
| 姓名 | 描述 |
|---|---|
| PsdCompressionMethods() | 序列化构造函数 |
方法
| 姓名 | 描述 |
|---|---|
| CompareTo(object) | 将当前对象与其他对象进行比较。 |
| virtual Equals(Enumeration) | 判断两个对象实例是否相等。 |
| override Equals(object) | 判断两个对象实例是否相等。 |
| override GetHashCode() | 作为默认哈希函数。 |
| override ToString() | 返回表示当前对象的字符串。 |
字段
| 姓名 | 描述 |
|---|---|
| static readonly Raw | 原始. |
| static readonly Rle | RLE. |
| static readonly ZipWithoutPrediction | ZipWithoutPrediction. |
| static readonly ZipWithPrediction | ZipWithPrediction. |