aspose.diagram
Class CompressionType

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
const  NumberNO
           No compression (the default).
const  NumberJPEG
           JPEG compression.
const  NumberGIF
           GIF compression.
const  NumberTIFF
           TIFF compression.
const  NumberPNG
           PNG compression.
const  NumberUNDEFINED
           Undefined.
 

Field Detail

NO

const Number NO
No compression (the default).

JPEG

const Number JPEG
JPEG compression.

GIF

const Number GIF
GIF compression.

TIFF

const Number TIFF
TIFF compression.

PNG

const Number PNG
PNG compression.

UNDEFINED

const Number UNDEFINED
Undefined.

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