C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / TiffCompression Enumeration

TiffCompression Enumeration
Specifies the Tagged Image File Format (TIFF) compression options.
Syntax
'Declaration
 
Public Enum TiffCompression 
   Inherits System.Enum
 
Members
MemberDescription
CCITT3Indicates a CCITT3 compression algorithm.
CCITT4Indicates a CCITT4 compression algorithm.
DontCareIndicates a suitable compression algorithm based on the image and pixel format.
LZWIndicates a LZW compression algorithm.
LZWHDifferencingIndicates an LZWH differencing algorithm.
NoneIndicates no compression.
RLEIndicates a RLE compression algorithm.
ZIPIndicates a ZIP compression algorithm.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.Bitmap.TiffCompression

See Also