DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / WicTiffCompression Enumeration

WicTiffCompression Enumeration
Specifies the Tagged Image File Format (TIFF) compression options.
Syntax
'Declaration
 
Public Enum WicTiffCompression 
   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
         GrapeCity.Documents.Imaging.Windows.WicTiffCompression

See Also