Leadtools.Dicom.Common.DataTypes Namespace : PixelRepresentation Enumeration |
public enum PixelRepresentation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum PixelRepresentation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As PixelRepresentation
public enum class PixelRepresentation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Unsigned_Integer | Pixel values is stored as unsigned integer. |
0x00000001 | TwosComplement | Pixel values are stored as twos complement. |
0x0000006F | Undefined | Pixel representation is undefined. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.DataTypes.PixelRepresentation