This property sets whether or not the JPEG2000 lossless compression is reversible.

[Visual Basic]
Public Property JPEG2000Reversible As Boolean
[C#]
public bool JPEG2000Reversible {get; set;}

Property Value

Value Explanation
True The compression is reversible
False The compression is not reversible

Explanation

The JPEG2000Reversible property sets whether or not the JPEG2000 lossless compression is reversible. When true, file size will be bigger but since lossless compression is used there will be no degradation in image quality.

This property value is used when images are saved in JPEG2000 file format.

To use this property, you must have the appropriate ImageKit.NET Plugin (Win32 Dll files).

See Also

IkFile Class | IkFile Members

The ImageKit.NET3 is created by Newtone Corporation