public final class TiffExpectedFormat
extends com.aspose.ms.System.Enum
The expected tiff file format.
Modifier and Type | Field and Description |
---|---|
static int |
Default
The default tiff format is no compression with B/W 1 bit per pixel only format.
|
static int |
TiffCcitRle
The tiff CCITT RLE encoding.
|
static int |
TiffCcittFax3
The tiff CCITT FAX3 encoding.
|
static int |
TiffCcittFax4
The tiff CCITT FAX4 encoding.
|
static int |
TiffDeflateBw
The tiff having deflate compression and B/W 1 bit per pixel only format.
|
static int |
TiffDeflateRgb
The tiff having deflate compression and RGB color format.
|
static int |
TiffDeflateRgba
The tiff having deflate compression and RGBA color format.
|
static int |
TiffJpegRgb
The tiff having Jpeg compression and RGB color format.
|
static int |
TiffJpegYCbCr
The tiff having Jpeg compression and YCBCR color format.
|
static int |
TiffLzwBw
The tiff having LZW compression and B/W 1 bit per pixel only format.
|
static int |
TiffLzwCmyk
The tiff LZW cmyk
|
static int |
TiffLzwRgb
The tiff having LZW compression and RGB color format.
|
static int |
TiffLzwRgba
The tiff having LZW compression and RGBA with transparency color format.
|
static int |
TiffNoCompressionBw
The uncompressed tiff and B/W 1 bit per pixel only format.
|
static int |
TiffNoCompressionRgb
The uncompressed tiff and RGB color format.
|
static int |
TiffNoCompressionRgba
The uncompressed tiff and RGBA with transparency color format.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Default
The default tiff format is no compression with B/W 1 bit per pixel only format. You can also use this setting to get an empty options and initialize with your tags or other settings.
public static final int TiffLzwBw
The tiff having LZW compression and B/W 1 bit per pixel only format.
public static final int TiffLzwRgb
The tiff having LZW compression and RGB color format.
public static final int TiffLzwRgba
The tiff having LZW compression and RGBA with transparency color format.
public static final int TiffLzwCmyk
The tiff LZW cmyk
public static final int TiffCcittFax3
The tiff CCITT FAX3 encoding. B/W 1 bit per pixel only supported for that scheme.
public static final int TiffCcittFax4
The tiff CCITT FAX4 encoding. B/W 1 bit per pixel only supported for that scheme.
public static final int TiffDeflateBw
The tiff having deflate compression and B/W 1 bit per pixel only format.
public static final int TiffDeflateRgb
The tiff having deflate compression and RGB color format.
public static final int TiffDeflateRgba
The tiff having deflate compression and RGBA color format.
public static final int TiffCcitRle
The tiff CCITT RLE encoding. B/W 1 bit per pixel only supported for that scheme.
public static final int TiffJpegRgb
The tiff having Jpeg compression and RGB color format.
public static final int TiffJpegYCbCr
The tiff having Jpeg compression and YCBCR color format.
public static final int TiffNoCompressionBw
The uncompressed tiff and B/W 1 bit per pixel only format.
public static final int TiffNoCompressionRgb
The uncompressed tiff and RGB color format.
public static final int TiffNoCompressionRgba
The uncompressed tiff and RGBA with transparency color format.