asposecells.api

Class TiffCompression

Utility class containing constants. Specifies what type of compression to apply when saving images into TIFF format file.

Field Summary
const  intCOMPRESSION_NONE
Specifies no compression.
const  intCOMPRESSION_RLE
Specifies the RLE compression scheme.
const  intCOMPRESSION_LZW
Specifies the LZW compression scheme.
const  intCOMPRESSION_CCITT_3
Specifies the CCITT3 compression scheme.
const  intCOMPRESSION_CCITT_4
Specifies the CCITT4 compression scheme.
 

    • Field Detail

      • COMPRESSION_NONE

        const int COMPRESSION_NONE
        Specifies no compression.
      • COMPRESSION_RLE

        const int COMPRESSION_RLE
        Specifies the RLE compression scheme.
      • COMPRESSION_LZW

        const int COMPRESSION_LZW
        Specifies the LZW compression scheme.
      • COMPRESSION_CCITT_3

        const int COMPRESSION_CCITT_3
        Specifies the CCITT3 compression scheme.
      • COMPRESSION_CCITT_4

        const int COMPRESSION_CCITT_4
        Specifies the CCITT4 compression scheme.