aspose.diagram
Class TiffCompression

Utility class containing constants. Specifies what type of compression to apply when saving pages to the TIFF format.

Field Summary
const  NumberNONE
           Specifies no compression.
const  NumberRLE
           Specifies the RLE compression scheme.
const  NumberLZW
           Specifies the LZW compression scheme.
const  NumberCCITT_3
           Specifies the CCITT3 compression scheme.
const  NumberCCITT_4
           Specifies the CCITT4 compression scheme.
 

Field Detail

NONE

const Number NONE
Specifies no compression.

RLE

const Number RLE
Specifies the RLE compression scheme.

LZW

const Number LZW
Specifies the LZW compression scheme.

CCITT_3

const Number CCITT_3
Specifies the CCITT3 compression scheme.

CCITT_4

const Number CCITT_4
Specifies the CCITT4 compression scheme.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.