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 JPEG2000 files, you must use the ImageKit.NET3 Plugin (Win32 DLL files)..

See Also

ImageKit.File Members | Newtone.ImageKit.Win.ImageKit

The ImageKit.NET3 is created by Newtone Corporation