VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprSliceRenderingMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    MprSliceRenderingMode Enumeration
    In This Topic
    Specifies available modes of MPR slice rendering.
    Syntax
    'Declaration
    
    Public Enum MprSliceRenderingMode
       Inherits System.Enum
    
    
    public enum MprSliceRenderingMode : System.Enum
    
    
    __value public enum MprSliceRenderingMode : public System.Enum
    
    
    public enum class MprSliceRenderingMode : public System.Enum
    
    
    Members
    MemberDescription
    MPRIntensity value.
    MIPMaximum intensity projection along thickness of a slice.
    MinIPMinimum intensity projection along thickness of a slice.
    AvgAverage intensity value along thickness of a slice.
    Preview3DMaximum intensity value along thickness of a slice, that dependents from distance within slice.
    This mode should be used only for previewing the whole MPR image. Mode will show the whole image if value of Thickness property is set to the value of DiagonalLength property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Dicom.Mpr.MprSliceRenderingMode

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also