TiffExpectedFormat

TiffExpectedFormat enumeration

The expected Tiff file format.

public enum TiffExpectedFormat

Values

NameValueDescription
Default0The 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.
TiffLzwBw1The TIFF having LZW compression and B/W 1 bit per pixel only format.
TiffLzwRgb2The TIFF having LZW compression and RGB color format.
TiffLzwRgba3The TIFF having LZW compression and ARGB with transparency color format.
TiffLzwCmyk4The TIFF having LZW compression and CMYK color mode.
TiffLzwCmyka5The TIFF having LZW compression and CMYKA color mode with transparency.
TiffCcittFax36The TIFF having CCITT FAX3 encoding. B/W 1 bit per pixel only supported for that scheme.
TiffCcittFax47The TIFF having CCITT FAX4 encoding. B/W 1 bit per pixel only supported for that scheme.
TiffDeflateBw8The TIFF having Deflate compression and B/W 1 bit per pixel only format.
TiffDeflateRgb9The TIFF having Deflate compression and RGB color format.
TiffDeflateRgba10The TIFF having Deflate compression and ARGB color format.
TiffDeflateCmyk11The TIFF having Deflate compression and CMYK color format.
TiffDeflateCmyka12The TIFF having Deflate compression and CMYKA color format with transparency.
TiffCcitRle13The TIFF havingCCITT RLE encoding. B/W 1 bit per pixel only supported for that scheme.
TiffJpegRgb14The TIFF having Jpeg compression and RGB color format.
TiffJpegYCbCr15The TIFF having Jpeg compression and YCBCR color format.
TiffNoCompressionBw16The uncompressed TIFF having B/W 1 bit per pixel only format.
TiffNoCompressionRgb17The uncompressed TIFF having RGB color format.
TiffNoCompressionRgba18The uncompressed TIFF having ARGB color format with transparency.
TiffNoCompressionCmyk19The uncompressed TIFF having CMYK color format.
TiffNoCompressionCmyka20The uncompressed TIFF having CMYK color format with transparency.

See Also