This property sets the size of the file when saving images 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

The default value is 0 (no compression is used).

Explanation

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

When the JPEG2000Size 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. This property is enabled when the JPEG2000Reversible property is false. This property value is used when images are saved in JPEG2000 file format.

Note: To use this property, you must have the appropriate ImageKit.NET Win32 plugin files.

See Also

ImageKit Members | Newtone.ImageKit.Web.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation