Aurigma Graphics Mill 5.5 for .NET
Jpeg2kEncoderOptions..::.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.
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.