Available in the LEADTOOLS Imaging toolkit. |
SaveJ2KCompressionControl Property (ILEADRasterDlgFile)
J2KCompressionControl SaveJ2KCompressionControl | |
Overview |
Refer to Using Imaging Common Dialogs |
Remarks
Gets or sets the resulting compression value in the Save dialog box, if the file to be saved is a J2K file.
The value of this property determines which property should be used for determining the compression. Possible values are:
Value |
Meaning |
J2K_COMP_LOSSLESS |
Lossless compression. |
J2K_COMP_RATIO |
Compress the file based on the value of the SaveJ2KCompressionRatio property. |
J2K_COMP_TARGETSIZE |
Compress the file based on the target file size in the SaveJ2KTargetFileSize property. |
J2K_COMP_QFACTOR |
Compress the file based on the quality factor used when saving the file. |
See Also
Elements |