Visual Basic (Declaration) | |
---|---|
Public Enum DicomImagePhotometricInterpretationType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomImagePhotometricInterpretationType |
C# | |
---|---|
public enum DicomImagePhotometricInterpretationType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DicomImagePhotometricInterpretationType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Argb | 24-bits per pixel color image (Retired) |
Cmyk | CMYK (Retired) |
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. |
YbrFull | YBR_FULL |
YbrFull422 | YBR_FULL_422 |
YbrIct | YBR_ICT (Irreversible Color Transformation) |
YbrRct | YBR_RCT (Reversible Color Transformation) |
For an example, refer to DicomDataSet.GetImage.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomImagePhotometricInterpretationType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)