Click or drag to resize

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)
Syntax
public enum CompressionType
Members
  Member nameValueDescription
No0 No compression (the default).
JPEG1 JPEG compression.
GIF2 GIF compression.
TIFF3 TIFF compression.
PNG4 PNG compression.
Undefined-2147483648 Undefined.
See Also