C#
VB
C++
Dicom gray 8 bits sub types Index, for RasterDialogFileTypesIndex.DicomGray file type index RasterDialogFileTypesIndex.
public enum RasterDialogDicomGray8SubTypesIndex
Public Enum RasterDialogDicomGray8SubTypesIndex
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class RasterDialogDicomGray8SubTypesIndex : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Gray | (0x00000002)(0x00000004)(0x00000006)(0x00000008)Sub-type index for Uncompressed Grayscale in Dicom Gray 8 bits |
1 | Color | (0x00000003)Sub-type index for Uncompressed Color in Dicom Gray 8 bits |
2 | RleGray | Sub-type index for Rle Grayscale in Dicom Gray 8 bits |
3 | RleColor | Sub-type index for Rle Color in Dicom Gray 8 bits |
4 | JpegGray | Sub-type index for Lossy Jpeg Grayscale in Dicom Gray 8 bits |
5 | J2kGrayLossless | Sub-type index for Lossless Jpeg 2000 in Dicom Gray 8 bits |
6 | J2kGray | Sub-type index for Lossy JPEG 2000 in Dicom Gray 8 bits |
7 | JpxGrayLossless | Sub-type index for Lossless Jgx in Dicom Gray 8 bits |
8 | JpxGray | Sub-type index for Lossy Jgx in Dicom Gray 8 bits |
Refer to RasterSaveDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET