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

Name Value Description
No 0 No compression (the default).
JPEG 1 JPEG compression.
GIF 2 GIF compression.
TIFF 3 TIFF compression.
PNG 4 PNG compression.
Undefined -2147483648 Undefined.

See Also