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

Show in webframe

DicomGetImageFlags Enumeration








Represents the values that controls the behavior of the methods GetImage and GetImages.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum DicomGetImageFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomGetImageFlags
public class DicomGetImageFlags
Leadtools.Dicom.DicomGetImageFlags = function() { };
Leadtools.Dicom.DicomGetImageFlags.prototype = {<br/>
  None = 0x00000000,
	AutoLoadOverlays = 0x00000001,
	AutoApplyModalityLut = 0x00000002,
	AutoApplyVoiLut = 0x00000004,
	AllowRangeExpansion = 0x00000008,
	AutoScaleModalityLut = 0x00000010,
	AutoScaleVoiLut = 0x00000020,
	RleSwapSegments = 0x00000080,
	LoadCorrupted = 0x00000100,
	VoiLutPaintOnly = 0x00000200,
	
 };
[FlagsAttribute()]
public enum class DicomGetImageFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None None.
0x00000001AutoLoadOverlays The method will automatically extract the overlays included in the dataset and add them to the loaded image.
0x00000002AutoApplyModalityLut The method will automatically apply the "Modality LUT" when loading the image.
0x00000004AutoApplyVoiLut The method will automatically apply the "VOI LUT" when loading the image.
0x00000008AllowRangeExpansion (Deprecated, do not use) the method will adjust the high bit and/or low bit (if possible) inside the RasterImage in order to hold the range of pixel values after applying the modality LUT.
0x00000010AutoScaleModalityLut The method will scale the resulting pixel data to fit within the range of 0 to 2^BitsPerPixel-1 if any of the values would exceed that range.
0x00000020AutoScaleVoiLut Only used in conjunction with AutoScaleModalityLut. The method will rescale the VOI LUT to match the rescale that was performed by AutoScaleModalityLut.
0x00000080RleSwapSegments Swaps the MSB and LSB segments when loading RLE compressed data. This flag can be used to load RLE compressed data that is stored incorrectly in this manner.
0x00000100LoadCorrupted Allow loading of corrupt JPEG images. For more information, refer to LoadCorrupted.
0x00000200VoiLutPaintOnly The method will automatically apply the "VOI LUT" when loading the image, but only for display purposes.
Remarks
For Android/Java users: The constant members of this class are defined using all capital letters with underscores between words.
Example
For an example, refer to GetImage.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomGetImageFlags

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