asposediagram.api

Class CompressionType

Utility class containing constants. 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.

Field Summary
const  intNO
No compression (the default).
const  intJPEG
JPEG compression.
const  intGIF
GIF compression.
const  intTIFF
TIFF compression.
const  intPNG
PNG compression.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • NO

        const int NO
        No compression (the default).
      • JPEG

        const int JPEG
        JPEG compression.
      • GIF

        const int GIF
        GIF compression.
      • TIFF

        const int TIFF
        TIFF compression.
      • PNG

        const int PNG
        PNG compression.
      • UNDEFINED

        const int UNDEFINED
        Undefined.