[Visual
Basic] imagekitcontrolname.File.JPEG2000CodeBlockWidth
[= Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetFile().GetJPEG2000CodeBlockWidth()
imagekitcontrolname.GetFile().SetJPEG2000CodeBlockWidth(short Val)
imagekitcontrolname.GetFile().SetJPEG2000CodeBlockWidth(short Val)
Property Value
The width of the JPEG2000 code block size.
Explanation
The JPEG2000CodeBlockWidth property sets or retrieves the width of the JPEG2000 format code block size. The default value is 0.
The JPEG2000 format code block size is measured by 2 to certain power (from 2 to 10). So setting the JPEG2000CodeBlockWidth property to 3 would mean the horizontal code block 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.