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

[C++Builder]   imagekitcontrolname->FileIO->JPEG2000Size[ = double ]
[Delphi]   imagekitcontrolname.FileIO.JPEG2000Size[ = Double ]

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 value 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.1.

The JPEG2000Size property is enabled when the JPEG2000Reversible property is false. This property value is used when images are saved in JPEG2000 file format.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation