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.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum CompressionType
Public Enumeration CompressionType
public enum class CompressionType
Members
| Member 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