ImageGear .NET - Updated November 28, 2017
ImGearDICOMPlanarConfigurations Enumeration




ImageGear23.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace : ImGearDICOMPlanarConfigurations Enumeration
Specifies DICOM Planar Configurations.
Syntax
'Declaration
 
Public Enum ImGearDICOMPlanarConfigurations 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearDICOMPlanarConfigurations
Members
MemberDescription
PIXEL_BY_PIXELPixel by pixel (interleaved by color channel. RGB, RGB, RGB).
PLANE_BY_PLANEPlane by plane (not interleaved by color channel. RRR, GGG, BBB).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.DICOM.ImGearDICOMPlanarConfigurations

See Also

Reference

ImageGear.Formats.DICOM Namespace