Enum CompressionType

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.

public enum CompressionType

Values

NameValueDescription
No0No compression (the default).
JPEG1JPEG compression.
GIF2GIF compression.
TIFF3TIFF compression.
PNG4PNG compression.
Undefined-2147483648Undefined.

See Also