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




In This Topic
    ImGearMprViewType Enumeration
    In This Topic
    Represents types of the MPR view.
    Syntax
    'Declaration
     
    Public Enum ImGearMprViewType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearMprViewType
    public enum ImGearMprViewType : System.Enum 
    __value public enum ImGearMprViewType : public System.Enum 
    public enum class ImGearMprViewType : public System.Enum 
    Members
    MemberValueDescription
    Axial0Axial view.
    Coronal1Coronal view.
    Sagittal2Sagittal view.
    Inheritance Hierarchy

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

    See Also