CompressionType enumeration

CompressionType enumeration

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.

The CompressionType type exposes the following members:

Fields

FieldDescription
NONo compression (the default).
JPEGJPEG compression.
GIFGIF compression.
TIFFTIFF compression.
PNGPNG compression.
UNDEFINEDUndefined.

See Also