This property sets the size of the file when saved in JPEG2000 format.

[Visual Basic]
Public Property JPEG2000Size As Double
[C#]
public double JPEG2000Size {get; set;}

Property Value

The size of the saved image as a factor of the size of the uncompressed image

Explanation

The JPEG2000Size property sets the size of the file when saved in JPEG2000 format.

When this property is 0.01, for example, it means that the file size will be 1/100th the size of the uncompressed file. The default value is 0 meaning no compression is used.

The JPEG2000Size property is enabled when the JPEG2000Reversible property is false. 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