Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomImageCompressionType Enumeration








Represents the values that indicates the type of compression.
Syntax
public enum DicomImageCompressionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum DicomImageCompressionType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomImageCompressionType
public enum DicomImageCompressionType : System.IComparable, System.IConvertible, System.IFormattable  
public enum DicomImageCompressionType
Leadtools.Dicom.DicomImageCompressionType = function() { };
Leadtools.Dicom.DicomImageCompressionType.prototype = {<br/>
  None = 0x00000000,
	Rle = 0x00000001,
	JpegLossless = 0x00000002,
	JpegLossy = 0x00000003,
	JpegLsLossless = 0x00000004,
	JpegLsLossy = 0x00000005,
	J2kLossless = 0x00000006,
	J2kLossy = 0x00000007,
	Mpeg2 = 0x00000008,
	Mpeg2Hd = 0x00000009,
	Unknown = 0x0000000A,
	JpxLossless = 0x0000000B,
	JpxLossy = 0x0000000C,
	
 };
public enum class DicomImageCompressionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None No compression.
0x00000001Rle RLE compression.
0x00000002JpegLossless JPEG lossLess compression.
0x00000003JpegLossy JPEG lossy compression.
0x00000004JpegLsLossless JPEG-LS lossLess.
0x00000005JpegLsLossy JPEG-LS lossy.
0x00000006J2kLossless JPEG 2000 lossless compression.
0x00000007J2kLossy JPEG 2000 lossy compression.
0x00000008Mpeg2 MPEG2 video compression. Internally used to read/write DICOM files with the LEADTOOLS Medical Multimedia Module. For more information on these filters, refer to LEAD DICOM Reader and LEAD DICOM Writer.
0x00000009Mpeg2Hd MPEG2 HD video compression. Internally used to read/write DICOM files with the LEADTOOLS Medical Multimedia Module. For more information on these filters, refer to LEAD DICOM Reader and LEAD DICOM Writer.
0x0000000AUnknown Unknown compression.
0x0000000BJpxLossless JPEG 2000 Part 2 lossless compression.
0x0000000CJpxLossy JPEG 2000 Part 2 lossy compression.
Example
For an example, refer to GetImage.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomImageCompressionType

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features