com.aspose.words
Class PdfImageCompression

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

public class PdfImageCompression 
extends java.lang.Object

Utility class containing constants. Specifies the type of compression applied to images in the PDF file.

Field Summary
static final intAUTO = 0
           Automatically selects the most appropriate compression for each image.
static final intJPEG = 1
           Jpeg compression. Does not support transparency.
 

Field Detail

AUTO = 0

public static final int AUTO
Automatically selects the most appropriate compression for each image.

JPEG = 1

public static final int JPEG
Jpeg compression. Does not support transparency.

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