com.aspose.words
Class TiffCompression

java.lang.Object
    extended by com.aspose.words.TiffCompression

public class TiffCompression 
extends java.lang.Object

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

Field Summary
static final intNONE
           Specifies no compression.
static final intRLE
           Specifies the RLE compression scheme.
static final intLZW
           Specifies the LZW compression scheme.
static final intCCITT_3
           Specifies the CCITT3 compression scheme.
static final intCCITT_4
           Specifies the CCITT4 compression scheme.
 

Field Detail

NONE

public static final int NONE
Specifies no compression.

RLE

public static final int RLE
Specifies the RLE compression scheme.

LZW

public static final int LZW
Specifies the LZW compression scheme.

CCITT_3

public static final int CCITT_3
Specifies the CCITT3 compression scheme.

CCITT_4

public static final int CCITT_4
Specifies the CCITT4 compression scheme.

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