com.aspose.diagram
Class TiffCompression

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

public class TiffCompression 
extends java.lang.Object

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


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.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.