This property sets the level of the JPEG2000 format resolution. 

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

Property Value

The resolution level (from 0)

Explanation

The JPEG2000NumResLevel property sets the level of the JPEG2000 format resolution. The default value is 0.

The JPEG2000 format code block size is measured by 2 to certain power (from 2 to 10). 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