| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomImagePhotometricInterpretationType Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum DicomImagePhotometricInterpretationType : Enum  | |
| C++/CLI | |
|---|---|
public enum class DicomImagePhotometricInterpretationType : public Enum  | |
| Member | Description | 
|---|---|
| Monochrome1 | 8- or 16-bits per pixel, grayscale image with the minimum sample value is intended to be displayed as white. | 
| Monochrome2 | 8- or 16-bits per pixel, grayscale image with the minimum sample value is intended to be displayed as black. | 
| PaletteColor | 8-bits per pixel, palettized color image. | 
| Rgb | 24-bits per pixel, RGB color image. | 
| Argb | 24-bits per pixel color image (Retired) | 
| Cmyk | CMYK (Retired) | 
| YbrFull422 | YBR_FULL_422 | 
| YbrFull | YBR_FULL | 
| YbrRct | YBR_RCT (Reversible Color Transformation) | 
| YbrIct | YBR_ICT (Irreversible Color Transformation) | 
For an example, refer to DicomDataSet.GetImage.
 
            
 
            
            
            System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomImagePhotometricInterpretationType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code