VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / IsSlicesIntervalCorrected Property
Syntax Requirements SeeAlso
In This Topic
    IsSlicesIntervalCorrected Property (MprImage)
    In This Topic
    Gets a value indicating whether the MPR image performed correction of NOT regular slices interval.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the MPR image performed correction of NOT regular slices interval.")>
    <CategoryAttribute("State")>
    Public ReadOnly Property IsSlicesIntervalCorrected As Boolean
    
    
    [Description("A value indicating whether the MPR image performed correction of NOT regular slices interval.")]
    [Category("State")]
    public bool IsSlicesIntervalCorrected { get; }
    
    
    [Description("A value indicating whether the MPR image performed correction of NOT regular slices interval.")]
    [Category("State")]
    public: __property bool get_IsSlicesIntervalCorrected();
    
    
    
    [Description("A value indicating whether the MPR image performed correction of NOT regular slices interval.")]
    [Category("State")]
    public:
    property bool IsSlicesIntervalCorrected { bool get(); }

    Property Value

    True - if MPR image corrected NOT regular slices interval; false - if slices interval correction NOT necessary or MPR image is NOT initialized.
    Requirements

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

    See Also