This property sets the height of the precinct size in JPEG2000 images.
[Visual Basic] Public Property
JPEG2000PrecinctHeight As Integer
[C#] public int JPEG2000PrecinctHeight {get;
set;}
Property Value
The height JPEG2000 precinct size
The default value is 0.
Explanation
The JPEG2000PrecinctHeight property sets or retrieves the height of the precinct size in JPEG2000 images. The default value is 0.
The JPEG2000 format precinct size is measured by 2 to a certain
power (from 0 to 15). For example, by setting the
JPEG2000PrecinctHeight property to 3, the vertical precinct
size would be 23. 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