TiffPredictor
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TiffPredictor extends System.Enum
LZW 的预测方案
字段
| 字段 | 描述 |
|---|---|
| None | 未使用预测方案。 |
| Horizontal | 水平差分。 |
None
public static final int None
未使用预测方案。
Horizontal
public static final int Horizontal
水平差分。