This property sets the height of the JPEG2000 format precinct size.

[C++Builder]   imagekitcontrolname->FileIO->JPEG2000PrecinctHeight [= short ]
[Delphi]   imagekitcontrolname.FileIO.JPEG2000PrecinctHeight [= Smallint ]

Property Value

The height JPEG2000 precinct size

Explanation

The JPEG2000PrecinctHeight property sets or retrieves the height of the JPEG2000 format precinct size. The default value is 0.

The JPEG2000 format precinct size is measured by 2 to certain power (from 0 to 15). So setting the JPEG2000PrecinctHeight property to 3 would mean the vertical precinct size is 23. 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