java.lang.Object
com.aspose.diagram.CompressionType
public class CompressionType
- extends java.lang.Object
Utility class containing constants.
This attribute is only meaningful if the foreign data is a raster-based foreign object, such as a DIB, JPG, PNG, TIFF, or GIF file. The value indicates the type of compression applied to the file.
|
Field Summary |
static final int | NO | |
|
No compression (the default).
|
static final int | JPEG | |
|
JPEG compression.
|
static final int | GIF | |
|
GIF compression.
|
static final int | TIFF | |
|
TIFF compression.
|
static final int | PNG | |
|
PNG compression.
|
static final int | UNDEFINED | |
|
Undefined.
|
NO | |
public static final int NO |
-
No compression (the default).
JPEG | |
public static final int JPEG |
-
JPEG compression.
GIF | |
public static final int GIF |
-
GIF compression.
TIFF | |
public static final int TIFF |
-
TIFF compression.
PNG | |
public static final int PNG |
-
PNG compression.
UNDEFINED | |
public static final int UNDEFINED |
-
Undefined.
See Also:
Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
Aspose.Diagram Support Forum - our preferred method of support.