public final class TiffExpectedFormat
extends com.aspose.ms.System.Enum
The expected FileFormat.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 havingCCITT RLE encoding.
|
static int |
TiffCcittFax3
The TIFF having CCITT FAX3 encoding.
|
static int |
TiffCcittFax4
The TIFF having CCITT FAX4 encoding.
|
static int |
TiffDeflateBw
The TIFF having Deflate compression and B/W 1 bit per pixel only format.
|
static int |
TiffDeflateCmyk
The TIFF having Deflate compression and CMYK color format.
|
static int |
TiffDeflateCmyka
The TIFF having Deflate compression and CMYKA color format with transparency.
|
static int |
TiffDeflateRgb
The TIFF having Deflate compression and RGB color format.
|
static int |
TiffDeflateRgba
The TIFF having Deflate compression and ARGB 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 having LZW compression and CMYK color mode.
|
static int |
TiffLzwCmyka
The TIFF having LZW compression and CMYKA color mode with transparency.
|
static int |
TiffLzwRgb
The TIFF having LZW compression and RGB color format.
|
static int |
TiffLzwRgba
The TIFF having LZW compression and ARGB with transparency color format.
|
static int |
TiffNoCompressionBw
The uncompressed TIFF having B/W 1 bit per pixel only format.
|
static int |
TiffNoCompressionCmyk
The uncompressed TIFF having CMYK color format.
|
static int |
TiffNoCompressionCmyka
The uncompressed TIFF having CMYK color format with transparency.
|
static int |
TiffNoCompressionRgb
The uncompressed TIFF having RGB color format.
|
static int |
TiffNoCompressionRgba
The uncompressed TIFF having ARGB color format with transparency.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString, toStringpublic 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 ARGB with transparency color format.
public static final int TiffLzwCmyk
The TIFF having LZW compression and CMYK color mode.
public static final int TiffLzwCmyka
The TIFF having LZW compression and CMYKA color mode with transparency.
public static final int TiffCcittFax3
The TIFF having CCITT FAX3 encoding. B/W 1 bit per pixel only supported for that scheme.
public static final int TiffCcittFax4
The TIFF having 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 ARGB color format.
public static final int TiffDeflateCmyk
The TIFF having Deflate compression and CMYK color format.
public static final int TiffDeflateCmyka
The TIFF having Deflate compression and CMYKA color format with transparency.
public static final int TiffCcitRle
The TIFF havingCCITT 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 having B/W 1 bit per pixel only format.
public static final int TiffNoCompressionRgb
The uncompressed TIFF having RGB color format.
public static final int TiffNoCompressionRgba
The uncompressed TIFF having ARGB color format with transparency.
public static final int TiffNoCompressionCmyk
The uncompressed TIFF having CMYK color format.
public static final int TiffNoCompressionCmyka
The uncompressed TIFF having CMYK color format with transparency.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.