Enum TiffCompression
Enum TiffCompression
名称: Aspose.Words.Saving 集合: Aspose.Words.dll (25.4.0)
指定在保存页面图像时应用什么类型的压缩到 TIFF 文件中。
public enum TiffCompression
Fields
Ccitt3 = 3
指定 CCITT3 压缩系统。
Ccitt4 = 4
指定 CCITT4 压缩系统。
Lzw = 2
定义LZW压缩系统。在 Java 以 Deflate (Zip) 压缩模拟。
None = 0
没有压缩。
Rle = 1
指定 RLE 压缩系统。