Gets and sets the format of the JPEG 2000 file.
Read-write property
Visual Basic |
---|
Public Property SaveJP2Type As enumJP2Type |
An enumJP2Type value which determines if the JPEG 2000 file is compressed as lossy or lossless.
Specify lossy to produce a smaller file size and lossless to reduce errors in compression.
Text regions can be encoded as lossless or as lossy according to the encoding mode specified. The lossy mode uses the value in SaveCompressSize property to control the size of the file. Compression means loss, however, and a consequence of higher compression is an increased risk of errors in the reconstructed image.