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

[Visual Basic]
Public Property JPEG2000PrecinctWidth As Integer
[C#]
public int JPEG2000PrecinctWidth {get; set;}

Property Value

The width of the JPEG2000 precinct size

Explanation

The JPEG2000PrecinctWidth 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 JPEG2000PrecinctWidth property to 3 would mean the horizontal precinct size is 23. 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