ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Formats.DICOM Namespace / ImGearDICOMPlanarConfigurations Enumeration




In This Topic
    ImGearDICOMPlanarConfigurations Enumeration
    In This Topic
    Specifies DICOM Planar Configurations.
    Syntax
    'Declaration
     
    Public Enum ImGearDICOMPlanarConfigurations 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearDICOMPlanarConfigurations
    public enum ImGearDICOMPlanarConfigurations : System.Enum 
    __value public enum ImGearDICOMPlanarConfigurations : public System.Enum 
    public enum class ImGearDICOMPlanarConfigurations : public System.Enum 
    Members
    MemberValueDescription
    PIXEL_BY_PIXEL0Pixel by pixel (interleaved by color channel. RGB, RGB, RGB).
    PLANE_BY_PLANE1Plane by plane (not interleaved by color channel. RRR, GGG, BBB).
    Inheritance Hierarchy

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

    See Also