Gets/sets a value that specifies a JPEG2000 compression type.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Property Compression As CompressionType
public CompressionType Compression { get; set; }
A member of CompressionType enumeration which specifies a type of the JPEG2000 compression.
Only WaveletLossless and WaveletLossy values are supported.
If the compression type is WaveletLossy, you can specify the ratio of the compression using the Rate property. For WaveletLossy this property is ignored.