@Deprecated public final class TiffCompression extends com.aspose.ms.System.Enum
Type of tiff compression
Modifier and Type | Field and Description |
---|---|
static int |
Ccitt3
Deprecated.
Specifies the CCITT3 compression scheme.
|
static int |
Ccitt4
Deprecated.
Specifies the CCITT4 compression scheme.
|
static int |
Lzw
Deprecated.
Specifies the LZW compression scheme.
|
static int |
None
Deprecated.
Specifies no compression.
|
static int |
Rle
Deprecated.
Specifies the RLE compression scheme.
|
public static final int None
Specifies no compression.
public static final int Rle
Specifies the RLE compression scheme.
public static final int Lzw
Specifies the LZW compression scheme. In Java emulated by Deflate (Zip) compression.
public static final int Ccitt3
Specifies the CCITT3 compression scheme.
public static final int Ccitt4
Specifies the CCITT4 compression scheme.
Copyright © 2018. All rights reserved.