SaveJ2KCompressionControl property (LEADDlgFile Control)
Builder Syntax |
L_UINT SaveJ2KCompressionControl |
Delphi Syntax |
SaveJ2KCompressionControl: L_UINT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets a value that indicates how to determine the resulting compression. The value of this property determines which property should be used for determining the compression. This property is used in the Save dialog box, if the file to be save is a J2K file. Possible values are:
Value |
Meaning |
J2K_COMPRESSION_LOSSLESS |
Lossless compression. |
J2K_COMPRESSION_RATIO |
Compress the file based on the value of the SaveJ2KCompressionRatio property. |
J2K_COMPRESSION_TARGETSIZE |
Compress the file based on the target file size in the SaveJ2KTargetFileSize property. |
J2K_COMPRESSION_QFACTOR |
Compress the file based on the quality factor used when saving the file. |
See Also