This documentation is for the old version. Go to the latest Graphics Mill docs

Jpeg2kFrame.Compression Property

Gets/sets a value that specifies a JPEG2000 compression type.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property Compression As CompressionType
C#
public CompressionType Compression { get; set; }

Property Value

A member of CompressionType enumeration which specifies a type of the JPEG2000 compression.

Note

Only WaveletLossless and WaveletLossy values are supported.

Remarks

If the compression type is WaveletLossy, you can specify the ratio of the compression using the Rate property. For WaveletLossy this property is ignored.

See Also

Reference