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

Show in webframe

ChangeTransferSyntaxFlags Enumeration








Specifies how the compression will be performed.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ChangeTransferSyntaxFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As ChangeTransferSyntaxFlags
[FlagsAttribute()]
public enum ChangeTransferSyntaxFlags : System.IComparable, System.IConvertible, System.IFormattable  
public class ChangeTransferSyntaxFlags
Leadtools.Dicom.ChangeTransferSyntaxFlags = function() { };
Leadtools.Dicom.ChangeTransferSyntaxFlags.prototype = {<br/>
  None = 0x00000000,
	MinimizeJpegSize = 0x00000001,
	RescaleModalityLutWhenLossyCompressed = 0x00000002,
	YbrFull = 0x00000100,
	
 };
[FlagsAttribute()]
public enum class ChangeTransferSyntaxFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None None.
0x00000001MinimizeJpegSize If the new Transfer Syntax uses JPEG compression, the JPEG compression engine will use optimized Huffman tables, which results in better compression, but slower speed.
0x00000002RescaleModalityLutWhenLossyCompressed If set, and the new transfer syntax uses JPEG lossy compression, any modality LUT present will be rescaled to account for changes in minimum and maximum grayscale values due to lossy compression.
0x00000100YbrFull This flag is valid only for color images, and for the following transfer syntaxes:
  • ImplicitVRLittleEndian
  • ExplicitVRLittleEndian
  • ExplicitVRBigEndian
  • RLELossless
It is ignored for all other transfer syntax values. If set, this converts the RGB image data to YCbCr, which is one luminance (Y) and two chrominance planes (CB and CR).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.ChangeTransferSyntaxFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
ChangeTransferSyntax(String,Int32,ChangeTransferSyntaxFlags) Method

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