←Select platform

DicomJpeg2000CompressionControl Enumeration

Summary

Represents how to control the compression of JPEG 2000 files.

Syntax

C#
VB
WinRT C#
C++
public enum DicomJpeg2000CompressionControl   
Public Enum DicomJpeg2000CompressionControl  
    
    
public enum DicomJpeg2000CompressionControl    
Leadtools.Dicom.DicomJpeg2000CompressionControl = function() { }; 
Leadtools.Dicom.DicomJpeg2000CompressionControl.prototype = {<br/> 
  LeadtoolsMemberMarker(replace me) 
 }; 
public enum class DicomJpeg2000CompressionControl   

Members

ValueMemberDescription
0Lossless Lossless compression.
1Ratio Use the CompressionRatio value for compression
2TargetSize Use the TargetFileSize value for compression
3QualityFactor Use the QualityFactor value for compression
Remarks
  • This data type is used within the DicomJpeg2000Options structure to control the compression of JPEG 2000 files.
  • If UseLeadRegion is used, then any region shape is acceptable. It will be converted internally by the filter to a rectangle.
Example

For an example, refer to Jpeg2000Options.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly